npm: Upgrade to 1.3.17
[platform/upstream/nodejs.git] / deps / npm / man / man3 / npm-explore.3
1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
3 .
4 .TH "NPM\-EXPLORE" "3" "December 2013" "" ""
5 .
6 .SH "NAME"
7 \fBnpm-explore\fR \-\- Browse an installed package
8 .
9 .SH "SYNOPSIS"
10 .
11 .nf
12 npm\.commands\.explore(args, callback)
13 .
14 .fi
15 .
16 .SH "DESCRIPTION"
17 Spawn a subshell in the directory of the installed package specified\.
18 .
19 .P
20 If a command is specified, then it is run in the subshell, which then
21 immediately terminates\.
22 .
23 .P
24 Note that the package is \fInot\fR automatically rebuilt afterwards, so be
25 sure to use \fBnpm rebuild <pkg>\fR if you make any changes\.
26 .
27 .P
28 The 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\.