Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 591 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 591 Bytes

node-cli-starter

CI Build

Minimal starter kit for building Node CLI applications with TypeScript.

Getting Started

To get started clone repo locally and run npm install at the root of the repo. Run npm run ci, if everything completes succesfully you should see the local path of the package.json logged to the console.

NPM Scripts

  • start: runs TypeScript and Node server in watch mode during development.
  • ci: runs full CI process, clean/build/test
  • build: runs project build