2021-05-10 17:31:02 -04:00
|
|
|
.TH "NPM\-STAR" "1" "May 2021" "" ""
|
2011-11-26 09:21:03 -08:00
|
|
|
.SH "NAME"
|
2019-11-18 21:01:39 +02:00
|
|
|
\fBnpm-star\fR \- Mark your favorite packages
|
2019-11-05 14:55:08 -05:00
|
|
|
.SS Synopsis
|
2014-09-24 14:41:07 -07:00
|
|
|
.P
|
|
|
|
.RS 2
|
2014-11-04 15:08:12 -08:00
|
|
|
.nf
|
2015-10-09 23:13:57 -07:00
|
|
|
npm star [<pkg>\.\.\.]
|
2014-11-04 15:08:12 -08:00
|
|
|
.fi
|
2014-09-24 14:41:07 -07:00
|
|
|
.RE
|
2021-03-23 14:58:11 -04:00
|
|
|
.P
|
|
|
|
Note: This command is unaware of workspaces\.
|
2019-11-05 14:55:08 -05:00
|
|
|
.SS Description
|
2014-09-24 14:41:07 -07:00
|
|
|
.P
|
|
|
|
"Starring" a package means that you have some interest in it\. It's
|
2011-11-26 09:21:03 -08:00
|
|
|
a vaguely positive way to show that you care\.
|
|
|
|
.P
|
2020-11-27 12:22:50 -05:00
|
|
|
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
|
2011-11-26 09:21:03 -08:00
|
|
|
"Unstarring" is the same thing, but in reverse\.
|
2020-11-27 12:22:50 -05:00
|
|
|
.SS Listing stars
|
2011-11-26 09:21:03 -08:00
|
|
|
.P
|
2020-11-27 12:22:50 -05:00
|
|
|
You can see all your starred packages using npm help \fBstars\fP
|
2019-11-05 14:55:08 -05:00
|
|
|
.SS See Also
|
2014-09-24 14:41:07 -07:00
|
|
|
.RS 0
|
|
|
|
.IP \(bu 2
|
2020-11-27 12:22:50 -05:00
|
|
|
npm help unstar
|
|
|
|
.IP \(bu 2
|
|
|
|
npm help stars
|
|
|
|
.IP \(bu 2
|
2019-11-18 21:01:39 +02:00
|
|
|
npm help view
|
2014-09-24 14:41:07 -07:00
|
|
|
.IP \(bu 2
|
2019-11-18 21:01:39 +02:00
|
|
|
npm help whoami
|
2014-09-24 14:41:07 -07:00
|
|
|
.IP \(bu 2
|
2019-11-18 21:01:39 +02:00
|
|
|
npm help adduser
|
2014-09-24 14:41:07 -07:00
|
|
|
|
|
|
|
.RE
|