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

44 lines
866 B
Groff
Raw Normal View History

.TH "NPM\-STAR" "1" "May 2021" "" ""
.SH "NAME"
\fBnpm-star\fR \- Mark your favorite packages
.SS Synopsis
2014-09-24 14:41:07 -07:00
.P
.RS 2
2014-11-04 15:08:12 -08:00
.nf
npm star [<pkg>\.\.\.]
2014-11-04 15:08:12 -08:00
.fi
2014-09-24 14:41:07 -07:00
.RE
.P
Note: This command is unaware of workspaces\.
.SS Description
2014-09-24 14:41:07 -07:00
.P
"Starring" a package means that you have some interest in it\. It's
a vaguely positive way to show that you care\.
.P
It's a boolean thing\. Starring repeatedly has no additional effect\.
.SS More
.P
There's also these extra commands to help you manage your favorite packages:
.SS Unstar
.P
You can also "unstar" a package using npm help \fBunstar\fP
.P
"Unstarring" is the same thing, but in reverse\.
.SS Listing stars
.P
You can see all your starred packages using npm help \fBstars\fP
.SS See Also
2014-09-24 14:41:07 -07:00
.RS 0
.IP \(bu 2
npm help unstar
.IP \(bu 2
npm help stars
.IP \(bu 2
npm help view
2014-09-24 14:41:07 -07:00
.IP \(bu 2
npm help whoami
2014-09-24 14:41:07 -07:00
.IP \(bu 2
npm help adduser
2014-09-24 14:41:07 -07:00
.RE