LinuxCommandLibrary

shards

shards

TLDR

Create a skeleton shard.yml file

$ shards init
copy


Install dependencies from a shard.yml file
$ shards install
copy


Update all dependencies
$ shards update
copy


List all installed dependencies
$ shards list
copy


List version of dependency
$ shards version [path/to/dependency_directory]
copy

Copied to clipboard