File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# @codegenius/clear-plugin
2
2
3
+ 运行 ` rimraf ` 删除不再需要的文件或文件夹, 支持命令模式, 询问模式和 ** API** 模式;
4
+
5
+ 使用场景: 用于删除可以通过项目运行自动生成的文件, 如: ` dist ` 目录, 还有顽固的 ` node_modules ` .
6
+
3
7
## 安装
4
8
5
9
``` bash
@@ -21,10 +25,6 @@ export default defineConfig({
21
25
22
26
## 使用
23
27
24
- 运行 ` rimraf ` 删除不再需要的文件或文件夹, 支持命令模式, 询问模式和 ** API** 模式;
25
-
26
- 使用场景: 用于删除可以通过项目运行自动生成的文件, 如: ` dist ` 目录, 还有顽固的 ` node_modules ` .
27
-
28
28
### 命令模式
29
29
30
30
``` bash
Original file line number Diff line number Diff line change 8
8
"url" : " https://github.com/OSpoon"
9
9
},
10
10
"license" : " MIT" ,
11
- "homepage" : " https://github.com/FE-CodeGenius/codeg -clear-plugin#readme" ,
11
+ "homepage" : " https://github.com/FE-CodeGenius/codegenius -clear-plugin#readme" ,
12
12
"repository" : {
13
13
"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"
15
15
},
16
16
"bugs" : {
17
- "url" : " https://github.com/FE-CodeGenius/codeg -clear-plugin/issues"
17
+ "url" : " https://github.com/FE-CodeGenius/codegenius -clear-plugin/issues"
18
18
},
19
19
"publishConfig" : {
20
20
"registry" : " https://registry.npmjs.org" ,
You can’t perform that action at this time.
0 commit comments