snippetbashTip
boot — Build tooling for the Clojure programming language. More information: <https://github.com/boot-clj/b
Viewed 0 times
thecommandbuildbootcliclojurefortooling
Problem
How to use the
boot command: Build tooling for the Clojure programming language. More information: <https://github.com/boot-clj/boot>.Solution
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 replBuild a single
uberjar:boot jarGenerate 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 devBuild for production (if using the boot/new template):
boot prodDisplay help for a specific task:
boot {{task}} --helpCode Snippets
Start a REPL session either with the project or standalone
boot replBuild a single `uberjar`
boot jarGenerate 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 devBuild for production (if using the boot/new template)
boot prodContext
tldr-pages: common/boot
Revisions (0)
No revisions yet.