1.1.0 • Published 2 years ago
serverless-starter-cli v1.1.0
Serverless starter CLI
A little helper tool for our Serverless boilerplate.
Getting started
Install via:
npm i -g serverless-starter-cliOr if you'd rather not install permanently, you can replace starter with npx serverless-starter-cli in the command
examples below.
Usage
Create a new serverless service using our boilerplate:
starter initCreate a new function in an existing project:
starter fn my-function