A small, zero-dependency, command-line utility application that allows you to modify your shard.yml
manifest file without touching it. This includes the ability to add and remove dependencies, and lots of functionalities to be implemented in the future. It's a companion and not a replacement for the Shards package manager.
This program was rebuilt from scratch designed to be compatible with the latest and future versions of Crystal.
To install, you need to clone this repository, and invoke the shards build
command.
git clone https://github.com/nedpals/sharn.git && cd sharn
shards build
add
command.remove
command.inspect
command.bump-version
command.