Ruby Bolierplate

Ruby Bolierplate is use to generate ruby project with TDD structure.

Usage

  1. clone the repository
  2. remove .git folder and change git respository to yours.

Get started

rbenv install
gem install bundler
bundle install

bundle exec rspec
bundle exec rake

TODO

  • add active_support
  • dotenv support
  • upgrade rubocop