logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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.yml file:

shards init

  • Install dependencies from a shard.yml file:

shards install

  • Update all dependencies:

shards update

  • List all installed dependencies:

shards list

  • Display version of dependency:

shards version {{path/to/dependency_directory}}

See Also