文件名称:npmr:cli 程序,使使用(大量)本地 npm 模块变得容易
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-20 16:30:43
JavaScript
npmr npmr 解决了 npm 2 中本地模块实现的一些不足。一旦类似的功能出现在 npm 中,它就会被弃用。 安装 npm install -g npmr 命令 /** * Like `npm install` except will notice if changes have been * made to local modules and update them. Run from within module dir. */ npmr install /** * Like `npm ls` except only prints local modules. */ npmr ls /** * Like `npm publish` but replaces package dependencies specified * by local paths with
【文件预览】:
npmr-master
----.gitignore(17B)
----package.json(751B)
----bin()
--------npmr(111B)
----.travis.yml(45B)
----README.md(594B)
----lib()
--------main.js(1KB)
--------install.js(3KB)
--------index.js(110B)
--------ls.js(471B)
--------util()
--------publish.js(2KB)
----test()
--------wait_for_event.js(234B)
--------install_test.js(2KB)
--------ls_test.js(546B)
--------mocha.opts(56B)
--------npm_fake_server.js(441B)
--------publish_test.js(1KB)
--------fixtures()