shards: add French translation (#9972)

pull/23/head
Alexandre ZANNI 2023-04-02 00:54:03 +02:00 committed by GitHub
parent e11e8c2589
commit 8644f6c90e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages.fr/common/shards.md Normal file
View File

@ -0,0 +1,24 @@
# shards
> Outil de gestion des dépendances pour le langage Crystal.
> Plus d'informations : <https://crystal-lang.org/reference/the_shards_command>.
- Créé un fichier `shard.yml` squelette :
`shards init`
- Installe les dépendances à partir d'un fichier `shard.yml` :
`shards install`
- Met à jour toutes les dépendances :
`shards update`
- Liste toutes les dépendances installées :
`shards list`
- Liste la version d'une dépendance ayant un chemin donné :
`shards version {{path/to/dependency_directory}}`