semver
semver
Semantic Versioning module for Crystal.
Installation
Add this to your application's shard.yml
:
dependencies:
semver:
github: rosylilly/semver
Usage
require "semver"
v1_0_0 = Semver::Version.new("1.0.0")
# or
v1_0_0 = Semver::Version.new(1, 0, 0)
Contributing
- Fork it ( https://github.com/rosylilly/semver/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
- rosylilly(https://github.com/rosylilly) Sho Kusano - creator, maintainer
Repository
semver
Owner
Statistic
- 3
- 0
- 0
- 0
- 1
- about 9 years ago
- September 21, 2015
License
MIT License
Links
Synced at
Wed, 06 Nov 2024 22:26:50 GMT
Languages