npm-explore

浏览已安装的包

概要

npm explore <pkg> [ -- <command>]

描述

在指定的已安装包的目录中生成一个子 shell。

如果指定了命令,则它在子 shell 中运行,然后立即终止。

这在 node_modules 文件夹中的 git 子模块的情况下特别方便:

npm explore some-dependency -- git pull origin master

请注意,该包不会在之后自动重建,因此如果你进行任何更改,请务必使用 npm rebuild <pkg>

配置

shell

  • 默认值: SHELL 环境变量,或 Posix 上的 "bash",或 Windows 上的 "cmd"
  • 类型: 路径

npm explore 命令运行的 shell。

也可以看看

npm 中文网 - 粤ICP备13048890号