Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 523 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 523 Bytes

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