houdini/lib/generators/overrides/rails/plugin/templates
2020-10-26 19:03:50 -05:00
..
app
bin
config
lib Fix singular-plural mismatch attribute on Houdini::Intl 2020-10-26 19:03:50 -05:00
rails
test
%name%.gemspec.tt
AGPL-3.0.txt.tt
Gemfile.tt
gitignore.tt
GPL-3.0.txt.tt
LGPL-3.0.txt.tt
LICENSE.tt
Rakefile.tt
README.md.tt

# <%= 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.