Skip to content
Juho Teperi edited this page Jan 6, 2016 · 3 revisions

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

boot build-jar

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
Clone this wiki locally