README
ts-nm 
A Yeoman generator to scaffold node module with Typescript
Setup
yo ts-nm
Lint
- Runs
tslint. - Uses the
tslint-xoextension.
npm run lint
Compile
- Compiles your Typescript code
- Moves the
.jsfiles to a/libfolder
npm run build
Test
- Runs the tests
- Runs the test folder with
ava
npm test