Sha256: 674b8e7511351f33f54a95ac5d057d91efa79cb17192470e994db74d9725e06d
Contents?: true
Size: 1.62 KB
Versions: 5
Compression:
Stored size: 1.62 KB
Contents
# <%= options.package_name %> [![Tests](<%= options.github_url %>/workflows/node-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 %>) [![NPM](https://img.shields.io/npm/v/<%= options.package_name %>.svg)](https://npmjs.org/packages/<%= options.package_name %>) [![NPM](https://img.shields.io/npm/dt/<%= options.package_name %>.svg)](https://npmjs.org/packages/<%= options.package_name %>) <%= options.description %> ## Installation This package is available as a NPM package. To install it, use the following command: ```bash npm install <%= options.package_name %> --save ``` If you're using Yarn (and you should): ```bash yarn add <%= 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