generator-lambda-ts
v0.0.5
Published
The Galaxy's OKest Typescript AWS Lambda Generator for Yeoman
Downloads
3
Readme
Typescript AWS Lambda Function Generator
The Galaxy's OKest Typescript AWS Lambda Generator for Yeoman
- Typescript 3
- Code formatting with Prettier and TSLint
- Unit testing with Mocha and Chai
- Code coverage with NYC
- Optional Travis CI config
How To:
Create a new AWS Lambda function
- Globally install this generator:
npm install -g generator-lambda-ts
- From the root of your new project, run
yo lambda-ts
(NOTE: runyo lambda-ts --help
for options)
Add Travic CI config
- Pass the
travis
option:yo lambda-ts --travis