node/deps/npm/man/man1/npm-bugs.1

60 lines
1.1 KiB
Groff
Raw Normal View History

.TH "NPM\-BUGS" "1" "January 2015" "" ""
.SH "NAME"
2014-09-25 05:41:07 +08:00
\fBnpm-bugs\fR \- Bugs for a package in a web browser maybe
.SH SYNOPSIS
.P
.RS 2
2014-11-05 07:08:12 +08:00
.nf
npm bugs <pkgname>
2013-12-26 11:15:23 +08:00
npm bugs (with no args in a package dir)
2014-11-05 07:08:12 +08:00
.fi
2014-09-25 05:41:07 +08:00
.RE
.SH DESCRIPTION
.P
This command tries to guess at the likely location of a package's
bug tracker URL, and then tries to open it using the \fB\-\-browser\fR
2013-12-26 11:15:23 +08:00
config param\. If no package name is provided, it will search for
a \fBpackage\.json\fR in the current folder and use the \fBname\fR property\.
2014-09-25 05:41:07 +08:00
.SH CONFIGURATION
.SS browser
.RS 0
.IP \(bu 2
2013-05-15 05:37:59 +08:00
Default: OS X: \fB"open"\fR, Windows: \fB"start"\fR, Others: \fB"xdg\-open"\fR
2014-09-25 05:41:07 +08:00
.IP \(bu 2
Type: String
2014-09-25 05:41:07 +08:00
.RE
.P
The browser that is called by the \fBnpm bugs\fR command to open websites\.
2014-09-25 05:41:07 +08:00
.SS registry
.RS 0
.IP \(bu 2
Default: https://registry\.npmjs\.org/
2014-09-25 05:41:07 +08:00
.IP \(bu 2
Type: url
2014-09-25 05:41:07 +08:00
.RE
.P
The base URL of the npm package registry\.
2014-09-25 05:41:07 +08:00
.SH SEE ALSO
.RS 0
.IP \(bu 2
npm help docs
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help view
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help publish
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 7 registry
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help config
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 7 config
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 5 npmrc
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 5 package\.json
2014-09-25 05:41:07 +08:00
.RE