Boilerplate for a NodeJS project with TypeScript, ESLint, Prettier and Vitest included.
npm install
dev
- run in dev mode with auto-restartstart:dev
- run in dev modestart
- run in production modelint
- lint source files and testsprettier
- reformat filestest
- run teststest:watch
- interactive watch mode to automatically re-run teststest:cov
- run tests and generate code coverage reportsclean
- remove coverage data and transpiled filesbuild
- transpile TypeScript to ES5build:release
- clean + build