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

31 lines
566 B
Groff
Raw Normal View History

.TH "NPM\-STAR" "1" "May 2015" "" ""
.SH "NAME"
2014-09-25 05:41:07 +08:00
\fBnpm-star\fR \- Mark your favorite packages
.SH SYNOPSIS
.P
.RS 2
2014-11-05 07:08:12 +08:00
.nf
npm star <pkgname> [<pkg>, \.\.\.]
npm unstar <pkgname> [<pkg>, \.\.\.]
2014-11-05 07:08:12 +08:00
.fi
2014-09-25 05:41:07 +08:00
.RE
.SH DESCRIPTION
.P
"Starring" a package means that you have some interest in it\. It's
a vaguely positive way to show that you care\.
.P
"Unstarring" is the same thing, but in reverse\.
.P
2014-09-25 05:41:07 +08:00
It's a boolean thing\. Starring repeatedly has no additional effect\.
.SH SEE ALSO
.RS 0
.IP \(bu 2
npm help view
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help whoami
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help adduser
2014-09-25 05:41:07 +08:00
.RE