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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T15:48:03.000Z (9 months ago)
- Last Synced: 2024-11-17T03:05:30.985Z (6 months ago)
- Language: JavaScript
- Homepage: https://github.com/flexible-agency/serverless-starter
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- 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
```