This is a template project for creating other Typescript modules and publishing them to NPM.
Template includes:
- Linting / Formatting with Eslint and Prettier
- Test setup with Mocha / Chai
- Code coverage report with Istanbul
- CI/CD with GitHub Actions
npm install --save-prod --save-exact typescript-module-template
See the CONTRIBUTING guide to see the workflow for making changes.