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.
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.
To scaffold a service use:
scaffold-service my-new-service
Make sure you have np
installed globally:
npm install -g np
.
Run np
and follow the instructions to publish the new package.
Please feel free to raise any issues you come across, and we welcome any pull requests!