SVM
This is a version manager for all of your Crystal shards. It's simple!
Usage
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
.
Contributing
- 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
Contributors
- R-unic - creator and maintainer