about summary refs log tree commit diff stats
path: root/clj/README.md
diff options
context:
space:
mode:
authorelioat <hi@eli.li>2023-07-05 10:43:15 -0400
committerelioat <hi@eli.li>2023-07-05 10:43:15 -0400
commita67803aa847860695dbba921a1f36d18f1ac0f8c (patch)
treee9551a049aa3810b40d05f43be4e95c5b9bcc664 /clj/README.md
parent821db84eb2161fd936420efc296cabad0ad156e6 (diff)
downloadtour-a67803aa847860695dbba921a1f36d18f1ac0f8c.tar.gz
*
Diffstat (limited to 'clj/README.md')
-rw-r--r--clj/README.md22
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