serverless-starter-cli
v1.1.0
Published
A CLI tool that acts as a helper companion for serverless-starter.
Downloads
14
Maintainers
Readme
Serverless starter CLI
A little helper tool for our Serverless boilerplate.
Getting started
Install via:
npm i -g serverless-starter-cli
Or 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 init
Create a new function in an existing project:
starter fn my-function