# <%= 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).