Sha256: eb870eb69d601293ab061fbdb9384334cd05dca514453693c27c299e4bd6c326

Contents?: true

Size: 1.37 KB

Versions: 4

Compression:

Stored size: 1.37 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=cli-template)

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

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

4 entries across 4 versions & 1 rubygems

Version Path
cli-template-4.0.0 lib/templates/default/README.md.tt
cli-template-3.5.1 lib/templates/default/README.md.tt
cli-template-3.5.0 lib/templates/default/README.md.tt
cli-template-3.4.0 lib/templates/default/README.md.tt