25 lines
342 B
Text
25 lines
342 B
Text
# <%= camelized_modules %>
|
|
Short description and motivation.
|
|
|
|
## Usage
|
|
How to use my plugin.
|
|
|
|
## Installation
|
|
Add this line to your application's Gemfile:
|
|
|
|
```ruby
|
|
gem '<%= name %>'
|
|
```
|
|
|
|
And then execute:
|
|
```bash
|
|
$ bundle
|
|
```
|
|
|
|
Or install it yourself as:
|
|
```bash
|
|
$ gem install <%= name %>
|
|
```
|
|
|
|
## Contributing
|
|
Contribution directions go here.
|