Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 488 Bytes

File metadata and controls

24 lines (15 loc) · 488 Bytes

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.