generator-ts-nm
v1.0.3
Published
Yeoman generator to create a node module in Typescript
Readme
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