Skip to content

A template for Node.js command line app in typescript complete with build & lint setup.

License

Notifications You must be signed in to change notification settings

kitamstudios/typescript-nodejs-app-starter

Repository files navigation

A template for Node.js command line app in typescript

A starter for typescript Node.js projects with build, linting and formatting set up.

Commands

Build

yarn run build

Run

yarn run start -- sayHello

Watch

yarn run start:dev

Lint

yarn run lint

Backlog

  • Node.js startup
  • F5 debugging from VSCode
  • ESlint + Prettier + EditorConfig integration
  • Husky integration
  • Unit testing

Inspired by

Refer