Can963
Check CAN963 out!
Installation
Install it yourself as:
$ gem install can963
Usage
CAN963 version follows Semantic Versioning 2.0.0 http://semver.org/
$ can963 version
Or use old command line style
$ can963 -v
$ can963 --version
Contributing
- Fork it ( http://github.com//can963/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 new Pull Request