Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 734 Bytes

README.md

File metadata and controls

49 lines (35 loc) · 734 Bytes

Closet

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'closet'

And then execute:

$ bundle

Or install it yourself as:

$ gem install closet

Generator

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

Contributing

Contribution directions go here.

License

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