tldr/pages/common/boot.md

29 lines
567 B
Markdown
Raw Normal View History

2017-12-02 11:02:29 +00:00
# boot
2017-12-04 14:48:43 +00:00
> Build tooling for the Clojure programming language.
2019-04-10 15:09:58 +01:00
> Homepage: <https://github.com/boot-clj/boot>.
2017-12-02 11:02:29 +00:00
- Start a REPL session either with the project or standalone:
`boot repl`
2017-12-04 14:48:43 +00:00
- 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}}`
2017-12-02 11:02:29 +00:00
- Build for development (if using the boot/new template):
`boot dev`
- Build for production (if using the boot/new template):
`boot prod`