mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
boot: add Italian translation.
This commit is contained in:
parent
cc7013f3d8
commit
5dee57df48
1 changed files with 27 additions and 0 deletions
27
pages.it/common/boot.md
Normal file
27
pages.it/common/boot.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# boot
|
||||
|
||||
> Strumenti di build per il linguaggio di programmazione Clojure.
|
||||
|
||||
- Avvia una sessione REPL con il progetto o da sola:
|
||||
|
||||
`boot repl`
|
||||
|
||||
- Builda un singolo "uberjar":
|
||||
|
||||
`boot jar`
|
||||
|
||||
- Mostra aiuto per un comando:
|
||||
|
||||
`boot cljs --help`
|
||||
|
||||
- Genera le fondamenta per un nuovo progetto basandoti su una template:
|
||||
|
||||
`boot --dependencies boot/new new --template {{nome_template}} --name {{nome_progetto}}`
|
||||
|
||||
- Builda per development (se si sta utilizzando il template boot/new):
|
||||
|
||||
`boot dev`
|
||||
|
||||
- BUilda per produzione (se si sta utilizzando il template boot/new):
|
||||
|
||||
`boot prod`
|
Loading…
Add table
Reference in a new issue