rack-thor
Installation
Requirements
Once dependencies have been installed, clone the repository and install the necessary Ruby gems
git clone https://github.com/michaelmior/rack-thor.git
cd rack-thor
bundle install --without=development
Development
All source code is documented.
You can view complete documentation by running bundle exec rake doc
and viewing the output in the doc/
directory.
Tests are written using RSpec and can be executed with bundle exec rspec
.