Minimal starter kit for building Node CLI applications with TypeScript.
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.
start
: runs TypeScript and Node server in watch mode during development.ci
: runs full CI process, clean/build/testbuild
: runs project build