File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments