/readme

README markdown template

Application Title Goes Here

By [Author name](author URL goes here).

[![Code Climate](Code Climate Badge IMG URL goes here)](Code Climate URL goes here)

Description

Application Name Here description can be listed here.

Installation

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

Usage explanation goes here

<%= your_code_goes @here do |f| %>
  <%= f.input :example %>
  <%= f.input :example %>
  <%= f.button :example %>
<% end %>

Configuration

This block of text should explain how to configure your application:

rails generate my_example_gem:install

Information

Screenshots of your application below: ![Screenshot 1](Screenshot 1 IMG URL goes here) ![Screenshot 2](Screenshot 1 IMG URL goes here)

Known Issues

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).

Authors

  • Your Name (Your Github URL goes here)
  • Additional Author's name (Their Github URL goes here)

License

Your Licensing Information goes here. Example: MIT/X11.