TypeScript library template for creating npm packages.
nvm use
npm i
npm run build
npm t
Please refer to CONTRIBUTING.md.
This project follows semantic versioning. I release patch versions for critical bugfixes, minor versions for new features or non-essential changes, and major versions for any breaking changes.
- Change package
name
. - Fill out
keywords
section in your package.json. - Change
private
property in package.json tofalse
. - Change author's name.
- Check the
license
. - Fill out the following sections:
- repository
- bugs
- homepage
- Don't forget to set a version.
- Check your package content:
npm pack --dry-run