houdini/lib/generators/overrides/rails/plugin/templates
2020-07-06 17:14:41 -05:00
..
app Shorten license definition 2020-06-15 10:26:57 -05:00
bin Move generators which override part of rails into their own place 2020-05-01 14:30:49 -05:00
config Move generators which override part of rails into their own place 2020-05-01 14:30:49 -05:00
lib Move all configuration to initializers 2020-07-06 17:14:41 -05:00
rails Shorten license definition 2020-06-15 10:26:57 -05:00
test Move generators which override part of rails into their own place 2020-05-01 14:30:49 -05:00
%name%.gemspec.tt Shorten license definition 2020-06-15 10:26:57 -05:00
AGPL-3.0.txt.tt Move generators which override part of rails into their own place 2020-05-01 14:30:49 -05:00
Gemfile.tt Move generators which override part of rails into their own place 2020-05-01 14:30:49 -05:00
gitignore.tt Move generators which override part of rails into their own place 2020-05-01 14:30:49 -05:00
GPL-3.0.txt.tt Move generators which override part of rails into their own place 2020-05-01 14:30:49 -05:00
LGPL-3.0.txt.tt Move generators which override part of rails into their own place 2020-05-01 14:30:49 -05:00
LICENSE.tt Shorten license definition 2020-06-15 10:26:57 -05:00
Rakefile.tt Shorten license definition 2020-06-15 10:26:57 -05:00
README.md.tt Move generators which override part of rails into their own place 2020-05-01 14:30:49 -05:00

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