Sha256: 9c33fb9769e7b0f768f5f49503274eb565a88f694076618f8977c33f15ef7075

Contents?: true

Size: 1.42 KB

Versions: 3

Compression:

Stored size: 1.42 KB

Contents

# <%= options.package_name %>

[![Tests](<%= options.github_url %>/workflows/node-tests/badge.svg)](https://github.com/fnando/<%= options.package_name %>)
[![NPM](https://img.shields.io/npm/v/<%= options.package_name %>.svg)](https://npmjs.org/package/<%= options.package_name %>)
[![NPM](https://img.shields.io/npm/dt/<%= options.package_name %>.svg)](https://npmjs.org/package/<%= 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 package 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/npm/templates/readme.erb
dopstick-0.0.10 lib/dopstick/generator/npm/templates/readme.erb
dopstick-0.0.9 lib/dopstick/generator/npm/templates/readme.erb