]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man3/npm-explore.3
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man3 / npm-explore.3
1 .TH "NPM\-EXPLORE" "3" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-explore\fR \- Browse an installed package
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm\.commands\.explore(args, callback)
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 Spawn a subshell in the directory of the installed package specified\.
14 .P
15 If a command is specified, then it is run in the subshell, which then
16 immediately terminates\.
17 .P
18 Note that the package is \fInot\fR automatically rebuilt afterwards, so be
19 sure to use \fBnpm rebuild <pkg>\fP if you make any changes\.
20 .P
21 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\.
22