findall pkg mgr:查找已安装的JS ecosystem的所有软件包管理器 源码
findall-pkg-mgr 它找到系统中安装的所有程序包管理器。 它无需任何外部依赖关系即可找到它们。 为什么? 好吧,有时您可能想基于包管理器动态安装依赖项。 有些人比更喜欢。 支持包 npm 纱 如何 安装: npm install --save findall-pkg-mgr 用作模块 const findPkgMngr = require ( 'findall-pkg-mgr' ) ; // Find all available package managers const pkg_mgrs = findPkgMngr . findAll ( ) ; console .
文件列表
findall-pkg-mgr-master.zip
(预估有个8文件)
findall-pkg-mgr-master
.travis.yml
215B
index.js
325B
package.json
673B
test
index.test.js
2KB
LICENSE
1KB
package-lock.json
186KB
.gitignore
178B
README.md
1KB
暂无评论