Sha256: f16fb41c27ca9b1d490ab93027c8ce1b9709da530fd4ff5f3bdcdb152e003006

Contents?: true

Size: 752 Bytes

Versions: 3

Compression:

Stored size: 752 Bytes

Contents

# ThorTemplate

[![Build Status](https://travis-ci.org/tongueroo/thor_template.svg?branch=generator)](https://travis-ci.org/tongueroo/thor_template)
[![Code Climate](https://codeclimate.com/github/tongueroo/thor_template.png)](https://codeclimate.com/github/tongueroo/thor_template)

Generator that builds a starter cli project which is based on thor.

## Installation

<pre>
$ gem install thor_template
</pre>

## Usage

<pre>
$ thor_template new hello
</pre>

This generates a starter cli project called hello.

## 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

3 entries across 3 versions & 1 rubygems

Version Path
thor_template-0.0.3 README.md
thor_template-0.0.2 README.md
thor_template-0.0.1 README.md