599a7f2cac8bf044af0d880bb77f42def1b9d11e
[platform/upstream/nodejs.git] / deps / npm / man / man3 / repo.3
1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
3 .
4 .TH "NPM\-REPO" "3" "November 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\.commands\.repo(package, callback)
13 .
14 .fi
15 .
16 .SH "DESCRIPTION"
17 This command tries to guess at the likely location of a package\'s
18 repository URL, and then tries to open it using the \fB\-\-browser\fR
19 config param\.
20 .
21 .P
22 Like other commands, the first parameter is an array\. This command only
23 uses the first element, which is expected to be a package name with an
24 optional version number\.
25 .
26 .P
27 This command will launch a browser, so this command may not be the most
28 friendly for programmatic use\.