Skip to content

Commit

Permalink
fix: format markdown table with neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Oct 22, 2024
1 parent 30a9776 commit d685bce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Run an interactive REPL on the command line with the basic built-in REPL UI or [
nREPL server is started for all Clojure repl aliases along with the cider-nrepl middleware, so Clojure editors can connect to the REPL process started on the command line.

| Command | Description |
|--------------------------------|------------------------------------------------------------------------------------|
|------------------------------- | ---------------------------------------------------------------------------------- |
| `clojure -M:repl/rebel` | Rebel Rich terminal UI Clojure REPL with nREPL for connecting editors |
| `clojure -M:repl/basic` | Basic terminal UI Clojure REPL with nREPL for connecting editors |
| `clojure -M:repl/reloaded` | As above with `dev` path, library hotload, namespace reload, Portal data inspector |
Expand Down Expand Up @@ -212,7 +212,7 @@ Clojure 1.10.x onward can [run a Socket Server](https://clojure.org/reference/re
[tubular](https://github.com/mfikes/tubular) is a Socket Server client for Clojure and Clojurescript REPL processes.

| Command | Description |
|----------------------------------|---------------------------------------------------------------------------------|
| -------------------------------- | ------------------------------------------------------------------------------- |
| `clojure -M:repl/socket` | Clojure REPL using Socket Server on port 50505 |
| `clojure -M:repl/socket-zero` | As above but on first available port (container, cloud environment) |
| `clojure -M:repl/socket-zero -r` | As above but and run a REPL |
Expand Down Expand Up @@ -243,7 +243,7 @@ Default values (can be over-ridden on the command line)
* `:name practicalli/playground` creates a practicalli domain containing `playground` namespace and example Clojure code

| Command | Description |
|-----------------------------------------------------------------|-------------------------------------------|
| --------------------------------------------------------------- | ----------------------------------------- |
| `clojure -T:project/create :template app :name domain/app-name` | A simple application |
| `clojure -T:project/create` | Practicalli application called playground |
| `clojure -T:project/create :template practicalli/service` | Practicalli Service called playground |
Expand Down

0 comments on commit d685bce

Please sign in to comment.