@geek-fun/serverlessinsight
Version:
Full life cycle cross providers serverless application management for your fast-growing business.
62 lines (41 loc) • 1.47 kB
Markdown
# ServerlessInsight
[](https://github.com/geek-fun/serverlessinsight/actions/workflows/node.yml)
[](https://github.com/geek-fun/serverlessinsight/actions/workflows/release.yml)
[](https://badge.fury.io/js/@geek-fun%2Fserverlessinsight)
[](https://snyk.io/test/github/geek-fun/serverlessinsight)
[](https://opensource.org/licenses/Apache-2.0)
[](https://codecov.io/gh/geek-fun/serverlessinsight)
Full life cycle cross providers serverless application management for your fast-growing business.
## Quick Start
### prerequisites
- Node.js 16.x
### Install
```bash
npm install -g @geek-fun/serverlessinsight
```
### Usage
```bash
si -h
```
#### Initialize a new project
```bash
si init
```
#### Deploy the application
```bash
si deploy
```
#### Remove the application
```bash
si remove
```
## Development
Link ServerlessInsight globally to use the CLI tool.
```bash
npm run build
npm link
```
run the command then:
```bash
si -h
```