Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 599 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 599 Bytes

This is a template repository for creating a TypeScript library. It includes the following features:

  1. TypeScript support.
  2. ESLint support, to lint your code.
  3. Stryker support, to test your code with mutation testing.
  4. Jest support, to test your code.
  5. Webpack support to bundle your code.
  6. GitHub Actions support