README
My Typescript Project Template
Features:
- Enforcing workflow with git hooks
- Enforcing commit message policy (commitlint & commitzen)
- Testing with jest & ts-jest
- Test coverage collection & target
- Linting and formatting (eslint & prettier)
- Dependency graph (dependency-cruiser)
- Building and publishing documents to github pages
- API document building with typedoc
- VS Code test case debugging launch targets
See documents under /docs directory for more details, or run npm run doc to build documents from local development environment.
After creating project from this template
- Read documents under /docs directory to understand the setup
- Run
npm run todoto find items that require changes