<%= project_class_name %>¶ ↑
[ Version(badge.fury.io/rb/<%= project_name %>.png)](badge.fury.io/rb/<%= project_name %>) [
project_name %>.svg?style=svg)](circleci.com/gh/USER/<%= project_name %>) [
Status(gemnasium.com/USER/<%= project_name %>.png)](gemnasium.com/USER/<%= project_name %>) [
Status(coveralls.io/<%= project_name %>s/USER/<%= project_name %>/badge.png)](coveralls.io/r/USER/<%= project_name %>) [
the chat at gitter.im/USER/<%= project_name %>(badges.gitter.im/USER/<%= project_name %>.svg)](gitter.im/USER/<%= project_name %>?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [
=<%= project_name %>)
TODO: Write a gem description
Usage¶ ↑
<%= project_name %> hello yourname <%= project_name %> sub:goodbye yourname
The CLI tool also detects and tasks in the current folder's Rakefile and delegate to those tasks.
Installation¶ ↑
Add this line to your application's Gemfile:
gem "<%= project_name %>"
And then execute:
bundle
Or install it yourself as:
gem install <%= project_name %>
Contributing¶ ↑
-
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