Build tool for Clojure projects with dependency management and task automation.
Build tooling for Clojure
boot
$ boot -d boot/core new -t app -n my-project
$ boot build -d boot/core jar
$ boot dev
$ boot repl
$ boot test