tldr/pages/common/boot.md
Lucas Gabriel Schneider a5fe31bc47
multiple pages: format technical tokens (#5119)
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-01-31 12:05:18 -05:00

575 B

boot

Build tooling for the Clojure programming language. More information: https://github.com/boot-clj/boot.

  • Start a REPL session either with the project or standalone:

boot repl

  • Build a single uberjar:

boot jar

  • Learn about a command:

boot cljs --help

  • 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