]> 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-repo.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-repo.1
1 .TH "NPM\-REPO" "1" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-repo\fR \- Open package repository page in the browser
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm repo <pkgname>
9 npm repo (with no args in a package dir)
10 .fi
11 .RE
12 .SH DESCRIPTION
13 .P
14 This command tries to guess at the likely location of a package's
15 repository URL, and then tries to open it using the \fB\-\-browser\fP
16 config param\. If no package name is provided, it will search for
17 a \fBpackage\.json\fP in the current folder and use the \fBname\fP property\.
18 .SH CONFIGURATION
19 .SS browser
20 .RS 0
21 .IP \(bu 2
22 Default: OS X: \fB"open"\fP, Windows: \fB"start"\fP, Others: \fB"xdg\-open"\fP
23 .IP \(bu 2
24 Type: String
25
26 .RE
27 .P
28 The browser that is called by the \fBnpm repo\fP command to open websites\.
29 .SH SEE ALSO
30 .RS 0
31 .IP \(bu 2
32 npm help docs
33 .IP \(bu 2
34 npm help config
35
36 .RE
37