npm: Upgrade to 1.3.17
[platform/upstream/nodejs.git] / deps / npm / man / man1 / repo.1
1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
3 .
4 .TH "NPM\-REPO" "1" "December 2013" "" ""
5 .
6 .SH "NAME"
7 \fBnpm-repo\fR \-\- Open package repository page in the browser
8 .
9 .SH "SYNOPSIS"
10 .
11 .nf
12 npm repo <pkgname>
13 npm repo (with no args in a package dir)
14 .
15 .fi
16 .
17 .SH "DESCRIPTION"
18 This command tries to guess at the likely location of a package\'s
19 repository URL, and then tries to open it using the \fB\-\-browser\fR
20 config param\. If no package name is provided, it will search for
21 a \fBpackage\.json\fR in the current folder and try to use the property
22 of the name field\.
23 .
24 .SH "CONFIGURATION"
25 .
26 .SS "browser"
27 .
28 .IP "\(bu" 4
29 Default: OS X: \fB"open"\fR, Windows: \fB"start"\fR, Others: \fB"xdg\-open"\fR
30 .
31 .IP "\(bu" 4
32 Type: String
33 .
34 .IP "" 0
35 .
36 .P
37 The browser that is called by the \fBnpm repo\fR command to open websites\.
38 .
39 .SH "SEE ALSO"
40 .
41 .IP "\(bu" 4
42 npm help docs
43 .
44 .IP "\(bu" 4
45 npm help config
46 .
47 .IP "" 0
48