1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:02:08 +02:00
tldr/pages.fr/common/shards.md
2023-04-01 22:54:03 +00:00

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