Can963

Gem Version Build Status Code Climate Coverage Status

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

  1. Fork it ( http://github.com//can963/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request