Sha256: 98a4014548e3e53a6f59b1c49a3f05544268f8a10718737f00079b80d0c66c24
Contents?: true
Size: 1.4 KB
Versions: 2
Compression:
Stored size: 1.4 KB
Contents
# <%= project_class_name %> [![Gem Version](https://badge.fury.io/rb/GEMNAME.png)](http://badge.fury.io/rb/GEMNAME) [![CircleCI](https://circleci.com/gh/USER/REPO.svg?style=svg)](https://circleci.com/gh/USER/REPO) [![Dependency Status](https://gemnasium.com/USER/REPO.png)](https://gemnasium.com/USER/REPO) [![Coverage Status](https://coveralls.io/repos/USER/REPO/badge.png)](https://coveralls.io/r/USER/REPO) [![Join the chat at https://gitter.im/USER/REPO](https://badges.gitter.im/USER/REPO.svg)](https://gitter.im/USER/REPO?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Support](https://img.shields.io/badge/get-support-blue.svg)](https://boltops.com?utm_source=badge&utm_medium=badge&utm_campaign=<%= project_name %>) TODO: Write a gem description ## Usage ```sh <%= 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: ```sh gem "<%= project_name %>" ``` And then execute: ```sh bundle ``` Or install it yourself as: ```sh gem install <%= project_name %> ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am "Add some feature"`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cli-template-4.0.2 | lib/templates/colon_namespaces/README.md.tt |
cli-template-4.0.1 | lib/templates/colon_namespaces/README.md.tt |