TypeScript library template for creating npm packages.
nvm usenpm inpm run buildnpm tPlease 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
keywordssection in your package.json. - Change
privateproperty 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