Shards - Manage Crystal Dependencies | Online Free DevTools by Hexmos
Manage Crystal dependencies effortlessly with Shards. Install, update, and list dependencies in your Crystal projects with this command-line tool. Free online tool, no registration required.
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
- Display version of dependency:
shards version {{path/to/dependency_directory}}