Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 591 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 591 Bytes

npm Package Template

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

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

yarn add package-name

Usage

process(input)

TODO: Document public API for package.

Versioning and release process

See RELEASE.md.


LICENSE