Skip to content
Gregg Reynolds edited this page Feb 17, 2017 · 3 revisions

To build the boot-cljs JAR and install to your local Maven repository:

boot build

To start a repl server and build and install the JAR after each change:

boot watch repl -s build-jar

To run the tests:

boot run-tests

To deploy a snapshot to Clojars:

boot build-jar push-snapshot

To deploy a release to Clojars:

boot build-jar push-release