Sha256: 51417161f87fe3eff07cdf1951aaf26706ce1deed472f585edb1511f26e37046

Contents?: true

Size: 1.34 KB

Versions: 3

Compression:

Stored size: 1.34 KB

Contents

# <%= options.package_name %>

[![Tests](<%= options.github_url %>/workflows/ruby-tests/badge.svg)](https://github.com/fnando/<%= options.package_name %>)
[![Gem](https://img.shields.io/gem/v/<%= options.package_name %>.svg)](https://rubygems.org/gems/<%= options.package_name %>)
[![Gem](https://img.shields.io/gem/dt/<%= options.package_name %>.svg)](https://rubygems.org/gems/<%= options.package_name %>)

<%= options.description %>

## Installation

```bash
gem install <%= options.package_name %>
```

Or add the following line to your project's Gemfile:

```ruby
gem "<%= options.package_name %>"
```

## Usage

TODO: Write gem usage

## Maintainer

- [<%= options.user_name %>](https://github.com/<%= options.github_user %>)

## Contributors

- <%= options.github_url %>/contributors

## Contributing

For more details about how to contribute, please read
<%= options.github_url %>/blob/main/CONTRIBUTING.md.


## License

The gem is available as open source under the terms of the
[MIT License](https://opensource.org/licenses/MIT). A copy of the license can be
found at <%= options.github_url %>/blob/main/LICENSE.md.

## Code of Conduct

Everyone interacting in the <%= options.package_name %> project's codebases, issue trackers,
chat rooms and mailing lists is expected to follow the
[code of conduct](<%= options.github_url %>/blob/main/CODE_OF_CONDUCT.md).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dopstick-0.0.11 lib/dopstick/generator/gem/templates/readme.erb
dopstick-0.0.10 lib/dopstick/generator/gem/templates/readme.erb
dopstick-0.0.9 lib/dopstick/generator/gem/templates/readme.erb