skeleton form structure generator.
How to use my plugin.
$ bundle exec rails g form Thing
Add this line to your application's Gemfile:
gem "form_generator", github: "departure-inc/form-generator"
And then execute:
$ bundle
Or install it yourself as:
$ gem specific_install -l 'https://github.com/departure-inc/form-generator'
- Find a project you want to contribute to
- Fork it
- Clone it to your local system
- Make a new branch
- Make your changes
- Push it back to your repo
- Click the Compare & pull request button
- Click Create pull request to open a new pull request
The gem is available as open source under the terms of the MIT License.