We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b65c1 commit 71a02c5Copy full SHA for 71a02c5
README.md
@@ -279,7 +279,22 @@ Running the tests:
279
280
$ boot test-all
281
282
-(assumes Leiningen 2.x)
+OR
283
+
284
+ $ boot auto-test
285
286
+### Getting a REPL
287
288
+ $ boot repl # (or jack-in from cider/etc)
289
290
+``` clojure
291
+ boot.user> (node-repl)
292
+ clojurescript node.js repl server listening on 56950
293
+ to quit, type: :cljs/quit
294
+ nil
295
+ cljs.user> (+ 1 1)
296
+ 2
297
+```
298
299
## Documentation
300
0 commit comments