fishpi 0.1.15 → 0.1.17
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 +2 -2
- package/lib/index.cjs +3321 -9414
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.ts +2348 -2328
- package/lib/index.esm.js +3324 -9398
- package/lib/index.esm.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -102,8 +102,8 @@ globalThis.fetch = fetch as any;
|
|
|
102
102
|
|
|
103
103
|
## 命令行工具
|
|
104
104
|
|
|
105
|
-
全局安装[`fishpi
|
|
105
|
+
全局安装[`fishpi-cli`](./cli),执行 `fishpi` 可以使用一个摸鱼派命令行工具,包含几乎所有功能。
|
|
106
106
|
|
|
107
107
|
```
|
|
108
|
-
npm i -g fishpi
|
|
108
|
+
npm i -g fishpi-cli
|
|
109
109
|
```
|