Skip to content

therockstorm/generator-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-serverless

npm Build Status license

Yeoman generator for Serverless functions.

Installing

# Install dependencies
npm install -g yo @therockstorm/generator-serverless

# Generate a new project
yo @therockstorm/serverless

Developing

# Install dependencies
nvm install && nvm use && yarn

# Run tests and lint
yarn test

License

MIT © Rocky Warren