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

shards: add page (#2372)

This commit is contained in:
Aaron Tan 2018-10-03 19:55:28 +09:00 committed by Owen Voke
parent 10279a785b
commit 457c9b767b

23
pages/common/shards.md Normal file
View file

@ -0,0 +1,23 @@
# 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}}`