Skip to content

Commit 0bd7d2b

Browse files
committed
🎉 feat(app): 更新
1 parent 2a35d7b commit 0bd7d2b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @codegenius/clear-plugin
22

3+
运行 `rimraf` 删除不再需要的文件或文件夹, 支持命令模式, 询问模式和 **API** 模式;
4+
5+
使用场景: 用于删除可以通过项目运行自动生成的文件, 如: `dist` 目录, 还有顽固的 `node_modules`.
6+
37
## 安装
48

59
```bash
@@ -21,10 +25,6 @@ export default defineConfig({
2125

2226
## 使用
2327

24-
运行 `rimraf` 删除不再需要的文件或文件夹, 支持命令模式, 询问模式和 **API** 模式;
25-
26-
使用场景: 用于删除可以通过项目运行自动生成的文件, 如: `dist` 目录, 还有顽固的 `node_modules`.
27-
2828
### 命令模式
2929

3030
```bash

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"url": "https://github.com/OSpoon"
99
},
1010
"license": "MIT",
11-
"homepage": "https://github.com/FE-CodeGenius/codeg-clear-plugin#readme",
11+
"homepage": "https://github.com/FE-CodeGenius/codegenius-clear-plugin#readme",
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/FE-CodeGenius/codeg-clear-plugin.git"
14+
"url": "git+https://github.com/FE-CodeGenius/codegenius-clear-plugin.git"
1515
},
1616
"bugs": {
17-
"url": "https://github.com/FE-CodeGenius/codeg-clear-plugin/issues"
17+
"url": "https://github.com/FE-CodeGenius/codegenius-clear-plugin/issues"
1818
},
1919
"publishConfig": {
2020
"registry": "https://registry.npmjs.org",

0 commit comments

Comments
 (0)