0.1.9 • Published 4 years ago
consultation-kit v0.1.9
TS Library template
TypeScript library template for creating npm packages.
Getting started
- Ensure that you have the right version of
node:
nvm use- Install packages:
npm iBuild
npm run buildTesting
npm tHow to contribute
Please refer to CONTRIBUTING.md.
Semantic Versioning
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.
Built with
Before publishing
- 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