npm-run:运行本地安装的节点模块可执行文件

时间:2024-02-23 11:43:24
【文件属性】:

文件名称:npm-run:运行本地安装的节点模块可执行文件

文件大小:11KB

文件格式:ZIP

更新时间:2024-02-23 11:43:24

nodejs javascript npm command-line npm-scripts

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: --version Display version & exit. --help Display this help & exit. Hint: to print augmented path use: npm-run node -p process.env.PATH 安装 > npm install -g npm-run 程序化API npm-run的API基本上包装了核心的ch


【文件预览】:
npm-run-master
----.gitignore(13B)
----bin()
--------npm-run.js(1KB)
----test()
--------bin.js(4KB)
--------fixtures()
--------exec.js(3KB)
--------spawn.js(2KB)
----History.md(2KB)
----LICENSE(1KB)
----Readme.md(3KB)
----package.json(969B)
----index.js(2KB)
----.travis.yml(80B)

网友评论