- TypeScript
- CommitLint
- Commitizen
- ESLint
- Prettier
- TypeDoc
With NPM:
npm create @app-template/app@latest my-node-project -- --template nodeWith PNPM:
pnpm create @app-template/app@latest my-node-project --template nodepnpm devpnpm buildBefore running tests, make sure you have built the project.
pnpm dev # or pnpm build
pnpm test # or pnpm test:watch