]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man1/npm-explore.1
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man1 / npm-explore.1
1 .TH "NPM\-EXPLORE" "1" "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 explore <name> [ \-\- <cmd>]
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 This is particularly handy in the case of git submodules in the
19 \fBnode_modules\fP folder:
20 .P
21 .RS 2
22 .nf
23 npm explore some\-dependency \-\- git pull origin master
24 .fi
25 .RE
26 .P
27 Note that the package is \fInot\fR automatically rebuilt afterwards, so be
28 sure to use \fBnpm rebuild <pkg>\fP if you make any changes\.
29 .SH CONFIGURATION
30 .SS shell
31 .RS 0
32 .IP \(bu 2
33 Default: SHELL environment variable, or "bash" on Posix, or "cmd" on
34 Windows
35 .IP \(bu 2
36 Type: path
37
38 .RE
39 .P
40 The shell to run for the \fBnpm explore\fP command\.
41 .SH SEE ALSO
42 .RS 0
43 .IP \(bu 2
44 npm help 5 folders
45 .IP \(bu 2
46 npm help edit
47 .IP \(bu 2
48 npm help rebuild
49 .IP \(bu 2
50 npm help build
51 .IP \(bu 2
52 npm help install
53
54 .RE
55