System Grab Bag

View all TLDR pages from common (or from all pages)

shards

Dependency management tool for the Crystal language. More information: https://crystal-lang.org/reference/the_shards_command.
  • 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}}

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.