Thorify

A set of Thor tasks we use at Bitaculous.

View the Project on GitHub bitaculous/thorify

Thorify

Travis CI Status Code Climate Status

A set of Thor tasks, we use at Bitaculous.

Installation

  1. Add Thorify to your Gemfile:

     gem 'bitaculous-thorify', github: 'bitaculous/thorify'
    
  2. Run bundle to install all dependencies with Bundler

Development

Run specs with RSpec

Run rspec.

or via Guard:

$ guard -g spec

See Test Coverage

Run COVERAGE=true rspec.

Run RuboCop

Run rubocop.

To run all specs and RuboCop altogether, run rake.

Bug Reports

Github Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems here.

License

Thorify is released under the MIT License (MIT), see LICENSE.