add repl to api server and fix list-snippets sorting
This commit is contained in:
parent
a8038a604c
commit
a90cabf605
6 changed files with 25 additions and 3 deletions
|
|
@ -32,6 +32,14 @@ $ fd -e clj | entr -r clojure -M -m snippets.main
|
|||
|
||||
### Repl
|
||||
|
||||
Connect to the repl of running app
|
||||
|
||||
```shell
|
||||
$ rlwrap nc localhost 5555
|
||||
```
|
||||
|
||||
Or start up fresh repl
|
||||
|
||||
```
|
||||
$ rlwrap clojure
|
||||
; print stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue