boot-clj

Build tool for Clojure projects with dependency management and task automation.

brewmacoslinux
Try with needOr install directly
Source

About

Build tooling for Clojure

Commands

boot

Examples

create a new clojure project from scratch$ boot -d boot/core new -t app -n my-project
build and package clojure application for deployment$ boot build -d boot/core jar
run local development server and reload code on changes$ boot dev
install dependencies and start interactive clojure repl$ boot repl
run tests for clojure project$ boot test