Skip to content

armandfardeau/bonobot

Repository files navigation

Bonobot

ci_cd codecov

BonoBot is a Ruby gem that helps with Rails monkey patching.

Usage

Status

Generate all status:

bundle exec rake bonobot:status

Generate a specific status:

bundle exec rake bonobot:status:up_to_date 
bundle exec rake bonobot:status:out_of_date
bundle exec rake bonobot:status:missing
bundle exec rake bonobot:status:unused

Add missing

bundle exec rake bonobot:add_missing

Update out of date

bundle exec rake bonobot:update_out_of_date

Customization

bundle exec rake bonobot:install

Installation

Add this line to your application's Gemfile:

gem 'bonobot'

Or install it yourself as:

gem install bonobot

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.