Sha256: 82cd5cb8e33f7c778062a86043cadd0105e0ba3d69e59e41df16a1dbd1e22318

Contents?: true

Size: 939 Bytes

Versions: 2

Compression:

Stored size: 939 Bytes

Contents

# ThorTemplate

[![Build Status](https://magnum.travis-ci.com/)](https://magnum.travis-ci.com/)
[![Code Climate](https://codeclimate.com/)](https://codeclimate.com/)
[![Code Climate](https://codeclimate.com/)](https://codeclimate.com/)

To these the thor_template, run these commands:

TODO: Write a gem description

## Installation

Add this line to your application's Gemfile:

    gem "thor_template"

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install thor_template

## Usage

<pre>
git clone https://github.com/tongueroo/thor_template.git
mv thor_template <project_name>
cd <project_name>
rake rename
rm -rf .git
git init
git add .
git commit -m "init commit"
</pre>

## 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
thor_template-2.0.1 lib/starter_project/README.md
thor_template-2.0.0 lib/starter_project/README.md