1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
4 .TH "NPM\-EXPLORE" "1" "December 2013" "" ""
7 \fBnpm-explore\fR \-\- Browse an installed package
12 npm explore <name>[@<version>] [ \-\- <cmd>]
17 Spawn a subshell in the directory of the installed package specified\.
20 If a command is specified, then it is run in the subshell, which then
21 immediately terminates\.
24 This is particularly handy in the case of git submodules in the \fBnode_modules\fR folder:
29 npm explore some\-dependency \-\- git pull origin master
36 Note that the package is \fInot\fR automatically rebuilt afterwards, so be
37 sure to use \fBnpm rebuild <pkg>\fR if you make any changes\.
44 Default: SHELL environment variable, or "bash" on Posix, or "cmd" on
53 The shell to run for the \fBnpm explore\fR command\.