mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:42:10 +02:00
crystal: add Italian translation.
This commit is contained in:
parent
de242bc13f
commit
a252d6b426
1 changed files with 23 additions and 0 deletions
23
pages.it/common/crystal.md
Normal file
23
pages.it/common/crystal.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# crystal
|
||||
|
||||
> Strumento per gestire codice sorgente Crystal.
|
||||
|
||||
- Esegui un file Crystal:
|
||||
|
||||
`crystal {{percorso/al/file.cr}}`
|
||||
|
||||
- Compila un file e tutte le sue dipendenze in un unico eseguibile:
|
||||
|
||||
`crystal build {{percorso/al/file.cr}}`
|
||||
|
||||
- Avvia un server locale interattivo per testare il linguaggio:
|
||||
|
||||
`crystal play`
|
||||
|
||||
- Crea una directory di progetto per un'applicazione Crystal:
|
||||
|
||||
`crystal init app {{nome_applicazione}}`
|
||||
|
||||
- Mostra tutte le opzioni di aiuto:
|
||||
|
||||
`crystal help`
|
Loading…
Add table
Reference in a new issue