Sha256: 5da8d6a59dd674ea43cc23fe806657edf2af47556d22b09cfa3ae0b30f9849f9

Contents?: true

Size: 1.54 KB

Versions: 5

Compression:

Stored size: 1.54 KB

Contents

# <%= options.package_name %>

[![Tests](<%= options.github_url %>/workflows/ruby-tests/badge.svg)](https://github.com/fnando/<%= options.package_name %>)
[![Code Climate](https://codeclimate.com/github/<%= options.github_user %>/<%= options.package_name %>/badges/gpa.svg)](https://codeclimate.com/github/<%= options.github_user %>/<%= 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

5 entries across 5 versions & 1 rubygems

Version Path
dopstick-0.0.8 lib/dopstick/generator/gem/templates/readme.erb
dopstick-0.0.7 lib/dopstick/generator/gem/templates/readme.erb
dopstick-0.0.6 lib/dopstick/generator/gem/templates/readme.erb
dopstick-0.0.5 lib/dopstick/generator/gem/templates/readme.erb
dopstick-0.0.4 lib/dopstick/generator/gem/templates/readme.erb