shards
Dependency management tool for the Crystal language. More information: https://crystal-lang.org/reference/the_shards_command.
-
Create a skeleton
shard.ymlfile:
shards init -
Install dependencies from a
shard.ymlfile:
shards install -
Update all dependencies:
shards update -
List all installed dependencies:
shards list -
List version of dependency:
shards version {{path/to/dependency_directory}}
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.