-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: seven <[email protected]>
- Loading branch information
Showing
2 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
name: Node.js CI | ||
|
||
on: | ||
push: | ||
branches: [master] | ||
pull_request: | ||
branches: [master] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,48 @@ | ||
# ServerlessInsight | ||
[![Node.js CI](https://github.com/geek-fun/hostsless/actions/workflows/node.yml/badge.svg)](https://github.com/geek-fun/hostsless/actions/workflows/node.yml) | ||
|
||
Full life cycle cross providers serverless application management for your fast-growing business. | ||
[![Node.js CI](https://github.com/geek-fun/serverlessinsight/actions/workflows/node.yml/badge.svg)](https://github.com/geek-fun/serverlessinsight/actions/workflows/node.yml) | ||
[![release](https://github.com/geek-fun/serverlessinsight/actions/workflows/release.yml/badge.svg)](https://github.com/geek-fun/serverlessinsight/actions/workflows/release.yml) | ||
[![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) | ||
|
||
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 | ||
``` |