1.0.1 • Published 7 years ago
generator-ts-node-aws v1.0.1
esnext-generator 
A Yeoman
generator to scaffold a Typescript powered node module
Setup
yo ts-node-aws
Lint
- Runs
tslint
. - Uses the
tslint-xo
extension.
npm run lint
Compile
- Compiles your Typescript code
- Moves the
.js
files to a/dist
folder
npm run compile
Test
- Runs the tests
- Runs the
test.js
file withava
npm test