scaffold-serverless-service
v0.0.11
Published
Scaffold a Serverless Framework service
Readme
scaffold-serverless-service
Scaffold a Serviceless Framework service configured with webpack etc.
Feel free to fork and modify if you're using other tools or want to customize the template.
Installation
It's recommend to install this globally, so it's available across all projects.
npm install -g scaffold-serverless-service
Note: This tools expects serverless to be installed globally.
Usage
To scaffold a service use:
scaffold-service my-new-service
Publishing a new version of this package
Make sure you have np installed globally:
npm install -g np.
Run np and follow the instructions to publish the new package.
Contributing
Please feel free to raise any issues you come across, and we welcome any pull requests!
