0.0.1 • Published 2 years ago

typescript-module-template v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Typescript Module Template

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

Installation

npm install --save-prod --save-exact typescript-module-template

Contributing

See the CONTRIBUTING guide to see the workflow for making changes.