Note: This is my personal starter template for single-purpose libraries that I intend to publish to NPM. To get started, you can pull down this template
npx degit https://github.com/tnez/starter-npm-pkg your-new-package-name
. Then search through the project (you can use something likerg package-name
depending on what tools you have available) and replace any instances of thepackage-name
placeholder with the name you intend for your new library.
Provide a description.
- npm:
npm i @tnezdev/package-name
- pnpm:
pnpm add @tnezdev/package-name
- yarn:
yarn add @tnezdev/package-name
Provide usage instructions.