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_directory}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).