A set of Thor tasks we use at Bitaculous.
A set of Thor tasks, we use at Bitaculous.
Add Thorify to your Gemfile:
gem 'bitaculous-thorify', github: 'bitaculous/thorify'
Run bundle to install all dependencies with Bundler
Run rspec.
or via Guard:
$ guard -g spec
Run COVERAGE=true rspec.
Run rubocop.
To run all specs and RuboCop altogether, run rake.
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.
Thorify is released under the MIT License (MIT), see LICENSE.