Bp3::Hello::Engine
Bp3::Hello::Engine is an example BP3 Rails engine that 'says hello'.
Installation
Add this line to your application's Gemfile:
gem "bp3-hello-engine"
And then execute:
$ bundle install
Or install it yourself as:
$ gem install bp3-hello-engine
Development
See Getting Started with Engines
Testing
Run rake
to run rspec tests and rubocop linting.
Documentation
A .yardopts
file is provided to support yard documentation.
License
The gem is available as open source under the terms of the MIT License.