commands.sh

boot

all

Build tooling for the Clojure programming language.

More info →

Examples (6)

Start a REPL session either with the project or standalone

boot repl

Build a single `uberjar`

Generate scaffolding for a new project based on a template

boot --dependencies boot/new new --template template_name --name project_name

Build for development (if using the boot/new template)

boot dev

Build for production (if using the boot/new template)

boot prod

Display help for a specific task

boot task --help
made by @shridhargupta | data from tldr-pages