https://github.com/tschoffelen/serverless-starter-cli
Helper tool for serverless-starter.
https://github.com/tschoffelen/serverless-starter-cli
Last synced: 2 months ago
JSON representation
Helper tool for serverless-starter.
- Host: GitHub
- URL: https://github.com/tschoffelen/serverless-starter-cli
- Owner: tschoffelen
- Created: 2021-07-02T21:11:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-29T17:34:40.000Z (over 1 year ago)
- Last Synced: 2025-08-21T02:50:18.885Z (11 months ago)
- Language: JavaScript
- Homepage: https://github.com/flexible-agency/serverless-starter
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless starter CLI
**A little helper tool for our [Serverless boilerplate](https://github.com/flexible-agency/serverless-starter).**
## Getting started
Install via:
```shell
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
```