# shards > Dependency management tool for the Crystal language. > More information: . - 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}}`