sumor 1.1.0 → 1.1.1
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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,6 @@ Sumor Command Line Tool.
|
|
|
4
4
|
[](https://www.npmjs.com/package/sumor)
|
|
5
5
|
[](https://www.npmjs.com/package/sumor)
|
|
6
6
|
|
|
7
|
-
# Sumor Command Line Tool
|
|
8
|
-
|
|
9
7
|
A [Sumor Cloud](https://www.sumor.com) Tool.
|
|
10
8
|
[More Documentation](https://www.sumor.com/help)
|
|
11
9
|
|
|
@@ -50,6 +48,9 @@ Then generate an unit test report into `output/unit` folder. A coverage report i
|
|
|
50
48
|
sumor test
|
|
51
49
|
```
|
|
52
50
|
|
|
51
|
+
##### --scenario
|
|
52
|
+
You can add `--scenario=< case >` to specify the test case which locate in this folder.
|
|
53
|
+
|
|
53
54
|
### Packaging
|
|
54
55
|
|
|
55
56
|
Aim to package the library into a single file, and prepare files for publishing to NPM.
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"sumor","description":"Sumor Command Line Tool.","homepage":"https://www.sumor.com","license":"MIT","bin":{"sumor":"cli.js"},"dependencies":{"@sumor-cloud/builder":"^1.1.
|
|
1
|
+
{"name":"sumor","description":"Sumor Command Line Tool.","homepage":"https://www.sumor.com","license":"MIT","bin":{"sumor":"cli.js"},"dependencies":{"@sumor-cloud/builder":"^1.1.11","commander":"^9.4.0","fs-extra":"^11.1.1"},"version":"1.1.1"}
|