@shun-js/shun-cli 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
# @shun-js/shun-cli
|
|
2
2
|
|
|
3
3
|
shun.js cli tool
|
|
4
|
+
|
|
5
|
+
## 安装
|
|
6
|
+
|
|
7
|
+
```shell
|
|
8
|
+
npm i -g @shun-js/shun-cli
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## 启动服务
|
|
12
|
+
|
|
13
|
+
```shell
|
|
14
|
+
# 启动,在feishu-grafana-alert.json所在目录下
|
|
15
|
+
shunjs start @shun-js/feishu-grafana-alert
|
|
16
|
+
|
|
17
|
+
# 可以启动多个服务
|
|
18
|
+
shunjs start @shun-js/feishu-grafana-alert @shun-js/xxx
|
|
19
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shun-js/shun-cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "shun.js cli",
|
|
5
5
|
"files": [
|
|
6
6
|
"bin",
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
"access": "public",
|
|
20
20
|
"registry": "https://registry.npmjs.org/"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "ca031dd92fc3cd4e1c402e9fb73fd19540e84ee3"
|
|
23
23
|
}
|