1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 06:18:17 +01:00
tldr/pages/common/shards.md
2018-10-03 11:55:28 +01:00

357 B

shards

Dependency management tool for the Crystal language.

  • Create a skeleton shard.yml file:

shards init

  • Install dependencies from a shard.yml file:

shards install

  • Update all dependencies:

shards update

  • List all installed dependencies:

shards list

  • List version of dependency:

shards version {{path/to/dependency_folder}}