npm run:运行本地安装的节点模块可执行文件 源码
npm运行 从命令行在node_modules中运行可执行文件 使用npm-run可以确保您在命令行和package.json脚本中使用了相同版本的软件包。 npm生命周期脚本可用的任何可执行文件都可用于npm-run 。 用法 > npm install mocha # mocha installed in ./node_modules > npm-run mocha test/ * # uses locally installed mocha executable > npm-run --help Usage: npm-run command [...args] Options:
文件列表
npm-run-master.zip
(预估有个14文件)
npm-run-master
.gitignore
13B
bin
npm-run.js
1KB
test
bin.js
4KB
fixtures
level0
node_modules
.bin
暂无评论