diff options
Diffstat (limited to 'clj/README.md')
-rw-r--r-- | clj/README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/clj/README.md b/clj/README.md new file mode 100644 index 0000000..17da159 --- /dev/null +++ b/clj/README.md @@ -0,0 +1,22 @@ +install [`clj-new`](https://github.com/seancorfield/clj-new), + +```bash +$ clojure -Ttools install com.github.seancorfield/clj-new '{:git/tag "v1.2.399"}' :as clj-new +``` + +start new projects using `clj-new` + +```bash +$ clojure -Tclj-new app :name myname/myapp +$ cd myapp +``` + +start nrepl, + +```bash +$ bb --nrepl-server 1667 +``` + +open vscode and then go nuts! + +[info on calva in vs code](https://calva.io/) \ No newline at end of file |