A centralized code quality guidelines gem for all Ruby on Rails projects
Installation: The gem is not published yet, so to use it follow the following instructions:
- Clone the repo.
- Build the gem using
gem build annazer.gemspec, this will create aannazer-0.0.1.gemgem file. - Install the gem locally using
gem install annazer-0.0.1.gem - Add gem to you Gemfile(i.e.
gem 'annazer'). - Run bundle install, bundler will search local installations before searching in gem repo.
- Run initialization rake task command
rake annazer:install - Enjoy!