Skip to content

Commit

Permalink
add test coverage badage
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Sep 19, 2024
1 parent 899bc3a commit 214b2eb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,42 @@
[![npm version](https://badge.fury.io/js/@geek-fun%2Fserverlessinsight.svg)](https://badge.fury.io/js/@geek-fun%2Fserverlessinsight)
[![Known Vulnerabilities](https://snyk.io/test/github/geek-fun/serverlessinsight/badge.svg)](https://snyk.io/test/github/geek-fun/serverlessinsight)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![codecov](https://codecov.io/gh/geek-fun/serverlessinsight/graph/badge.svg?token=ISW7MFuSlf)](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
```
Expand Down

0 comments on commit 214b2eb

Please sign in to comment.