We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To build the boot-cljs JAR and install to your local Maven repository:
boot-cljs
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