https://github.com/therockstorm/generator-serverless
Yeoman generator for Serverless Node.js functions
https://github.com/therockstorm/generator-serverless
aws-lambda lambda serverless typescript yeoman yeoman-generator
Last synced: 9 months ago
JSON representation
Yeoman generator for Serverless Node.js functions
- Host: GitHub
- URL: https://github.com/therockstorm/generator-serverless
- Owner: therockstorm
- License: mit
- Created: 2018-02-16T21:42:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T18:01:49.000Z (over 1 year ago)
- Last Synced: 2025-06-22T19:04:53.051Z (9 months ago)
- Topics: aws-lambda, lambda, serverless, typescript, yeoman, yeoman-generator
- Language: JavaScript
- Size: 524 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-serverless
[](https://www.npmjs.com/package/@therockstorm/generator-serverless)
[](https://travis-ci.org/therockstorm/generator-serverless)
[]()
Yeoman generator for Serverless functions.
## Installing
```shell
# Install dependencies
npm install -g yo @therockstorm/generator-serverless
# Generate a new project
yo @therockstorm/serverless
```
## Developing
```shell
# Install dependencies
nvm install && nvm use && yarn
# Run tests and lint
yarn test
```
## License
MIT © [Rocky Warren](https://www.rockywarren.com)