Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 961 Bytes

File metadata and controls

39 lines (23 loc) · 961 Bytes

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