An open API service indexing awesome lists of open source software.

https://github.com/freckle/npm-package-template

Template repository for a package in npm
https://github.com/freckle/npm-package-template

ghvm-managed

Last synced: 8 months ago
JSON representation

Template repository for a package in npm

Awesome Lists containing this project

README

          

# npm Package Template

Our custom template repository for creating a package published to npm.

[Creating a repository from a template][docs].
(If you are working within Freckle, use [github-vending-machine](https://github.com/freckle/github-vending-machine) instead)

[docs]: https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template

**NOTE**: Be sure to look for strings like "TODO", "Package name", or "package-name" and update
them accordingly.

## Install

```sh
yarn add package-name
```

## Usage

### process(input)

TODO: Document public API for package.

## Versioning and release process

See [RELEASE.md](./RELEASE.md).

---

[LICENSE](./LICENSE)