An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# generator-serverless

[![npm](https://img.shields.io/npm/v/@therockstorm/generator-serverless.svg)](https://www.npmjs.com/package/@therockstorm/generator-serverless)
[![Build Status](https://travis-ci.org/therockstorm/generator-serverless.svg)](https://travis-ci.org/therockstorm/generator-serverless)
[![license](https://img.shields.io/github/license/therockstorm/generator-serverless.svg)]()

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)