Crtrunner

Installation

Install it yourself as:

$ gem install crtrunner

Usage

Run the following command in your project dir

$ crtrunner

License

The gem is available as open source under the terms of the MIT License.

Contributing

  1. Fork it ( https://github.com/icapps/Crtrunner/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Run rubycop in order to be compliant to our coding style.
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request