boot-clj

Build tooling for Clojure projects with dependency management

brewmacoslinux
Try with needOr install directly
Source

About

Build tooling for Clojure

Commands

boot

Examples

Create a new Clojure project with boot$ boot -d boot/core new -t app -n my-project
Start an interactive REPL session$ boot repl
Build and package your Clojure project$ boot build