Skip to content

Commit 71a02c5

Browse files
committed
Add getting a REPL to readme Fix: #114
1 parent 78b65c1 commit 71a02c5

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,22 @@ Running the tests:
279279

280280
$ boot test-all
281281

282-
(assumes Leiningen 2.x)
282+
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+
```
283298

284299
## Documentation
285300

0 commit comments

Comments
 (0)