generator-ts-node-aws
v1.0.1
Published
Generator to scaffold a typescript powered node module for AWS
Downloads
1
Readme
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