Template is an example project, created to be a template for a new NodeJs console application.
It uses TypeScript's async/await and has simple parser of command line aguments
- Fork project
- Clone
- Install TypeScript
npm i -g typescript
- Install modules
npm install
- Project has ready to run config for VS Code in
.vscode\launch.json