npkill:列出系统中的所有node_modules目录及其占用的空间。 然后,您可以选择要擦除的空间以释放空间

时间:2024-02-24 09:10:37
【文件属性】:

文件名称:npkill:列出系统中的所有node_modules目录及其占用的空间。 然后,您可以选择要擦除的空间以释放空间

文件大小:1.23MB

文件格式:ZIP

更新时间:2024-02-24 09:10:37

nodejs cli npm node typescript

轻松查找和删除旧的沉重的node_modules文件夹 :sparkles: 使用此工具,您可以列出系统中的所有node_modules目录及其占用的空间。 然后,您可以选择要擦除的空间以释放空间。 好极了! 目录 :check_mark: 产品特点 清理空间:摆脱尘土飞扬的旧的node_modules。 速度非常快: NPKILL是用TypeScript编写的,但是搜索的执行级别较低,从而大大提高了性能。 易于使用:告别冗长的命令。 使用npkill就像读取您的node_modules列表,然后按Del摆脱它们一样简单。 会容易吗? ;) 缩小:几乎没有任何依赖性。 :cloud_selector: 安装 您真的不需要安装它就可以使用它! 只需使用以下命令: $ npx npkill 或者,如果由于某些原因您确实要安装它: $ npm i -g npkill # Unix users may need to run the command with sudo. Go carefully :clipboard: 用法 $ npx npkill # or just n


【文件预览】:
npkill-master
----tsconfig.build.json(503B)
----.github()
--------FUNDING.yml(135B)
--------CONTRIBUTING.md(4KB)
--------CODE_OF_CONDUCT.md(3KB)
--------ISSUE_TEMPLATE()
--------workflows()
----src()
--------main.ts(817B)
--------constants()
--------services()
--------index.ts(266B)
--------libs()
--------interfaces()
--------bin()
--------controller.ts(19KB)
----.vscode()
--------launch.json(435B)
----.npmignore(41B)
----README.MD(9KB)
----gulpfile.js(1KB)
----tsconfig.json(509B)
----LICENSE(1KB)
----stryker.conf.json(344B)
----jest.config.js(504B)
----__tests__()
--------spinner.service.test.ts(1KB)
--------controller.test.ts(259B)
--------files.service.test.ts(2KB)
--------update.service.test.ts(2KB)
--------result.service.test.ts(4KB)
--------console.service.test.ts(5KB)
--------index.test.ts(304B)
----.prettierrc(85B)
----tslint.json(349B)
----docs()
--------npkill scopes.svg(38KB)
--------npkill-text-clean.svg(6KB)
--------npkill.svg(7KB)
--------npkill-alpha-demo.gif(31KB)
--------npkill-scope-2.svg(6KB)
--------npkill-demo-0.3.0.gif(481KB)
--------npkill-scope-mono.svg(6KB)
----.gitignore(103B)
----package.json(2KB)

网友评论