Template nodejs typescript with ts-standard
- macos/linux or use Makefile command:
make nvm
- windows
- npm run build - Build library.
- npm run start - start project
- npm run test - Run test with jest.
- npm run lint - Lint your code.
- npm run lint:fix - Lint & fix your code.
- npm run typecheck - Run typescript check.
- npm run doc - Generate html doc.
npm i --production
npm start
- Apprendre nodejs
- Node official
- Node green
- Apprendre typescript
- Typescript configuration
- Reference javascript
- ECMA-262
- summary of the new ES version by example
- Nodejs best practices
- Nodejs testing best practices
- Structure nodejs project
- NPM documentation
- Package.json documentation
- Apprendre Git
- Git conventions
- library & tools
A modern cli tool that keeps your deps fresh
npx taze