Short description and motivation.
How to use my plugin.
Add this line to your application's Gemfile:
gem 'closet'
And then execute:
$ bundle
Or install it yourself as:
$ gem install closet
To set up the bootstrap common files run:
$ rails generator closet:layout
For the generated layout to work properly the following gem must be added to
the app Gemfile
:
gem 'page_title_helper', github: 'lwe/page_title_helper'
And run:
$ yarn add moment
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.