.TH "NPM\-EXPLORE" "3" "October 2014" "" "".SH "NAME"\fBnpm-explore\fR \- Browse an installed package.SH SYNOPSIS.P.RS 2.nfnpm\.commands\.explore(args, callback).fi.RE.SH DESCRIPTION.PSpawn a subshell in the directory of the installed package specified\..PIf a command is specified, then it is run in the subshell, which thenimmediately terminates\..PNote that the package is \fInot\fR automatically rebuilt afterwards, so besure to use \fBnpm rebuild <pkg>\fR if you make any changes\..PThe first element in the 'args' parameter must be a package name\. After that is the optional command, which can be any number of strings\. All of the strings will be combined into one, space\-delimited command\.