bzurkowski/boil

View on GitHub
boil/plates/ruby_gem/templates/{{ gem_name | underscore }}/README.md.j2

Summary

Maintainability
Test Coverage
# {{ gem_name | humanize }}

{{ description }}

## Installation

Add this line to your application's Gemfile:

```
gem '{{ gem_name | underscore }}'
```

And then execute:

```bash
$ bundle
```

Or install it yourself as:

```bash
$ gem install {{ gem_name | underscore }}
```

## Usage

TODO: Write usage instructions