generator-ts-nm
v1.0.3
Published
Yeoman generator to create a node module in Typescript
Downloads
4
Readme
ts-nm
A Yeoman
generator to scaffold node module with Typescript
Setup
yo ts-nm
Lint
- Runs
tslint
. - Uses the
tslint-xo
extension.
npm run lint
Compile
- Compiles your Typescript code
- Moves the
.js
files to a/lib
folder
npm run build
Test
- Runs the tests
- Runs the test folder with
ava
npm test