2021-05-10 17:31:02 -04:00
|
|
|
.TH "NPM\-UNSTAR" "1" "May 2021" "" ""
|
2020-11-27 12:22:50 -05:00
|
|
|
.SH "NAME"
|
|
|
|
\fBnpm-unstar\fR \- Remove an item from your favorite packages
|
|
|
|
.SS Synopsis
|
|
|
|
.P
|
|
|
|
.RS 2
|
|
|
|
.nf
|
|
|
|
npm unstar [<pkg>\.\.\.]
|
|
|
|
.fi
|
|
|
|
.RE
|
2021-03-23 14:58:11 -04:00
|
|
|
.P
|
|
|
|
Note: This command is unaware of workspaces\.
|
2020-11-27 12:22:50 -05:00
|
|
|
.SS Description
|
|
|
|
.P
|
|
|
|
"Unstarring" a package is the opposite of npm help \fBstar\fP,
|
|
|
|
it removes an item from your list of favorite packages\.
|
|
|
|
.SS More
|
|
|
|
.P
|
|
|
|
There's also these extra commands to help you manage your favorite packages:
|
|
|
|
.SS Star
|
|
|
|
.P
|
|
|
|
You can "star" a package using npm help \fBstar\fP
|
|
|
|
.SS Listing stars
|
|
|
|
.P
|
|
|
|
You can see all your starred packages using npm help \fBstars\fP
|
|
|
|
.SS See Also
|
|
|
|
.RS 0
|
|
|
|
.IP \(bu 2
|
|
|
|
npm help star
|
|
|
|
.IP \(bu 2
|
|
|
|
npm help stars
|
|
|
|
.IP \(bu 2
|
|
|
|
npm help view
|
|
|
|
.IP \(bu 2
|
|
|
|
npm help whoami
|
|
|
|
.IP \(bu 2
|
|
|
|
npm help adduser
|
|
|
|
|
|
|
|
.RE
|