1.0.3 • Published 5 years ago
generator-ts-nm v1.0.3
ts-nm 
A Yeoman generator to scaffold node module with Typescript
Setup
yo ts-nmLint
- Runs
tslint. - Uses the
tslint-xoextension.
npm run lintCompile
- Compiles your Typescript code
- Moves the
.jsfiles to a/libfolder
npm run buildTest
- Runs the tests
- Runs the test folder with
ava
npm test