Sha256: 9297af5548783fd37c1fee0fdff3862b5ab08f7da29a35a5fc69efed28e0cf4c

Contents?: true

Size: 1.14 KB

Versions: 5

Compression:

Stored size: 1.14 KB

Contents

# <%= config.human_gem_name %>

<%= config.description.blank? ? "TODO" : config.description %>

## Installation

```bash
$ gem install <%= config.gem_name %>
```

Or add to your Gemfile:

```ruby
gem "<%= config.gem_name %>"
```

```bash
bundle install
```

## Usage

TODO

## Testing

To run the specs you need to execute, **in the root path of the gem**, the following command:

```bash
bundle exec guard
```

You need to put **all your tests** in the `/my_gem/spec/` directory.

## 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

## Credits

Thank you [contributors](https://github.com/platanus/<%= config.gem_name %>/graphs/contributors)!

<img src="http://platan.us/gravatar_with_text.png" alt="Platanus" width="250"/>

<%= config.human_gem_name %> is maintained by [platanus](http://platan.us).

## License

<%= config.human_gem_name %> is © <%= Time.now.year %> platanus, spa. It is free software and may be redistributed under the terms specified in the LICENSE file.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gemaker-0.6.0 lib/gemaker/templates/normal/README.md.erb
gemaker-0.5.0 lib/gemaker/templates/normal/README.md.erb
gemaker-0.4.0 lib/gemaker/templates/normal/README.md.erb
gemaker-0.3.0 lib/gemaker/templates/normal/README.md.erb
gemaker-0.2.0 lib/gemaker/templates/normal/README.md.erb