An example Clojure project that demonstrates how to migrate to the Boot build tool.
See the blog post for more discussion.
Once boot is installed, you should be able to run the commands:
boot replto get a similar REPL to Leiningen. It will have thedev/user.cljnamespace as its starting point.boot testto run all the tests.boot buildequivalent tolein jarto generate a JAR with the main class defined.boot build-uberequivalent tolein uberjarto generate a standalone uberjar with the main class defined.
There is some commentary in the build.boot file to help.
Copyright © 2016 David Humphreys
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.