Base project for creating a console application in Typescript
- Build the code:
npm run build - Run it!
npm start
- Add tests by creating files with the
.tests.tssuffix - Run the tests:
npm t - Test coverage can be viewed at
/coverage/lcov-report/index.html
Generated with generator-ts-console