@ucloud-fe/udesign-cli 0.1.2 → 0.1.3
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @udesign
|
|
1
|
+
# @ucloud-fe/udesign-cli
|
|
2
2
|
|
|
3
3
|
UDesign 组件库命令行工具 — 查询组件知识、提取元数据、自动生成 Skill 文件,完全离线。
|
|
4
4
|
|
|
@@ -13,7 +13,7 @@ UDesign 组件库命令行工具 — 查询组件知识、提取元数据、自
|
|
|
13
13
|
## 安装
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm install -g @udesign
|
|
16
|
+
npm install -g @ucloud-fe/udesign-cli
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
要求 Node.js >= 20。
|