mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 20:15:38 +02:00
boot: add page
This commit is contained in:
parent
81eec1cc6e
commit
a0d4ead488
1 changed files with 23 additions and 0 deletions
23
pages/common/boot.md
Normal file
23
pages/common/boot.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue