AutoPM:简单的模块,用于检测未使用的依赖项和缺少的依赖项,并自动安装功能删除那些

时间:2024-06-13 18:39:01
【文件属性】:

文件名称:AutoPM:简单的模块,用于检测未使用的依赖项和缺少的依赖项,并自动安装功能删除那些

文件大小:42KB

文件格式:ZIP

更新时间:2024-06-13 18:39:01

typescript dependencies JavaScript

自动包装管理器 简单的模块,用于检测未使用的依赖项和缺少的依赖项,以及用于自动安装/删除这些依赖项的功能。 相容性 如果您有纱线,请使用纱线。 (由项目的yarn.lock检测) 默认情况下, 在运行。 安装 # global npm i -g autopm # npm npm i autopm # yarn yarn add autopm 用法 import AutoPM from "autopm" ; //* Automatically checks the process.cwd() if not specified const aPM = new AutoPM ( ) ; //* Console log all used dependencies. console . log ( aPM . usedModules ) ; //* Console log all unused


【文件预览】:
AutoPM-main
----bin()
--------functions()
--------index.js(30KB)
--------index.js.map(13KB)
--------constants.js.map(299B)
--------constants.d.ts(138B)
--------index.d.ts(3KB)
--------constants.js(548B)
----package.json(1KB)
----.github()
--------workflows()
----LICENSE(16KB)
----src()
--------functions()
--------constants.ts(323B)
--------index.ts(13KB)
----tsconfig.json(6KB)
----.gitignore(12B)
----README.md(2KB)
----yarn.lock(20KB)

网友评论