Sha256: 4ade37010cad7e2142e1a464a7925789bc65a8a3423bbdaaeed5c6ffc8030fd0

Contents?: true

Size: 568 Bytes

Versions: 5

Compression:

Stored size: 568 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 foo
$ cd foo
$ bin/foo hello world
</pre>

This generates a starter cli project called foo with a working hello command.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thor_template-0.0.8 README.md
thor_template-0.0.7 README.md
thor_template-0.0.6 README.md
thor_template-0.0.5 README.md
thor_template-0.0.4 README.md