Sha256: 864d59f2552e98486694f5f510f0db52e2354cc9e87accdd9975a5a872937dbe

Contents?: true

Size: 939 Bytes

Versions: 10

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

10 entries across 10 versions & 1 rubygems

Version Path
thor_template-1.0.1 lib/starter_project/README.md
thor_template-1.0.0 lib/starter_project/README.md
thor_template-0.0.8 lib/starter_project/README.md
thor_template-0.0.7 lib/starter_project/README.md
thor_template-0.0.6 lib/starter_project/README.md
thor_template-0.0.5 lib/starter_project/README.md
thor_template-0.0.4 lib/starter_project/README.md
thor_template-0.0.3 lib/starter_project/README.md
thor_template-0.0.2 lib/starter_project/README.md
thor_template-0.0.1 lib/starter_project/README.md