1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 23:06:02 +02:00

shards: add French translation (#9972)

This commit is contained in:
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

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}}`