/mm-node-ts

Node.js basic template with typescript

Primary LanguageJavaScriptMIT LicenseMIT

mm-node-ts

A basic Node JS template, for setup project with:

  • Typescript
  • Husky
  • NodeJS Native Testing
  • Prettier
  • Lint
  • VS Code Settings
  • Github Actions
  • Dependabot Updates (Github)

Use this template

gh repo create [<name>] --public --clone --template marcelo-michels/mm-node-ts

or

npm create mm

Usage

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