har-gen-api 0.1.0 → 0.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 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
# har-gen-
|
|
1
|
+
# har-gen-api
|
|
2
2
|
> 浏览器HAR转成接口文件
|
|
3
3
|
|
|
4
4
|
## 使用
|
|
5
5
|
|
|
6
6
|
### 全局安装
|
|
7
7
|
```bash
|
|
8
|
-
npm install -g har-gen-
|
|
8
|
+
npm install -g har-gen-api
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
### 命令行使用
|
|
12
12
|
```bash
|
|
13
|
-
har-gen-
|
|
13
|
+
har-gen-api --input mock/har.local --output mock/api.local --baseURL /api --overwrite
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
### 参数说明:
|