tongueroo/thor_template

View on GitHub
lib/starter_project/README.md

Summary

Maintainability
Test Coverage
# 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/)

TODO: Write a gem description

## Usage

```sh
USER_PROVIDED_NAME hello yourname
```

## Installation

Add this line to your application's Gemfile:

```sh
gem "USER_PROVIDED_NAME"
```

And then execute:

```sh
$ bundle
```

Or install it yourself as:

```sh
$ gem install USER_PROVIDED_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