This is a version manager for all of your Crystal shards. It's simple!
If you want to update from version 0.1.0 to 0.1.1, you would run svm patch under the same directory as your shard.yml.
- Fork it (https://github.com/R-unic/shards-version-manager/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- R-unic - creator and maintainer