A basic Node JS template, for setup project with:
- Typescript
- Husky
- NodeJS Native Testing
- Prettier
- Lint
- VS Code Settings
- Github Actions
- Dependabot Updates (Github)
gh repo create [<name>] --public --clone --template marcelo-michels/mm-node-ts
or
npm create mm
Install Dependencies
npm install
Devevelopment with live reload
npm run dev
Test
npm run test
Test Coverage
npm run test:coverage
Update upstream
node scripts/update-upstream.js