typescript-module-template

An example template for starting a new Typescript module.


License
MIT
Install
npm install typescript-module-template@0.0.1

Documentation

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.