tldr/pages/common/boot.md

24 lines
430 B
Markdown
Raw Normal View History

2017-12-02 11:02:29 +00:00
# boot
> Build tooling for Clojure.
- Generate scaffolding for a new project based on a template:
`boot -d boot/new new --template {{template_name}} --name {{project_name}}`
- Start a REPL session either with the project or standalone:
`boot repl`
- Build for development (if using the boot/new template):
`boot dev`
- Build for production (if using the boot/new template):
`boot prod`
- Build a single jar:
`boot jar`