mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 08:22:09 +02:00
530 B
530 B
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}}