Skip to content
/ starter-npm-pkg Public template

This is my personal starter template for single-purpose libraries that I intend to publish to NPM

License

Notifications You must be signed in to change notification settings

tnez/starter-npm-pkg

Repository files navigation

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 like rg package-name depending on what tools you have available) and replace any instances of the package-name placeholder with the name you intend for your new library.

@tnezdev/package-name

Provide a description.

Installation

  • npm: npm i @tnezdev/package-name
  • pnpm: pnpm add @tnezdev/package-name
  • yarn: yarn add @tnezdev/package-name

Usage

Provide usage instructions.

About

This is my personal starter template for single-purpose libraries that I intend to publish to NPM

Topics

Resources

License

Stars

Watchers

Forks