By [Author name](author URL goes here).
[![Code Climate](Code Climate Badge IMG URL goes here)](Code Climate URL goes here)
Application Name Here description can be listed here.
Add it to your Gemfile:
gem 'my_example_gem'
Run the following command to install it:
bundle install
Run the generator:
rails generate my_example_gem:install
Usage explanation goes here
<%= your_code_goes @here do |f| %>
<%= f.input :example %>
<%= f.input :example %>
<%= f.button :example %>
<% end %>
This block of text should explain how to configure your application:
rails generate my_example_gem:install
Screenshots of your application below:
If you discover any bugs, feel free to create an issue on GitHub fork and send us a pull request.
[Issues List](Github Issues List URL goes here).
- Your Name (Your Github URL goes here)
- Additional Author's name (Their Github URL goes here)
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Your Licensing Information goes here. Example: MIT/X11.