tsm-template
v0.0.3
Published
A typescript module template
Downloads
4
Maintainers
Readme
TSM Template
This is a template for creating a npm module written in TypeScript.
Usage
Just click the "Use this template" button and create a new repository.
Feature
Template feature includes:
- Pure TS module
- Build for ESM & CJS
- Formatting with Prettier
- Test setup with Jest
- Code coverage report with Jest
- CI/CD with GitHub Actions
- Dependabot With GitHub Actions