-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: npm/statusboard#245 Fix: npm/statusboard#246 PR-URL: #2241 Credit: @ruyadorno Close: #2241 Reviewed-by: @darcyclarke
- Loading branch information
Showing
3 changed files
with
53 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: npm-unstar | ||
section: 1 | ||
description: Remove an item from your favorite packages | ||
--- | ||
|
||
### Synopsis | ||
|
||
```bash | ||
npm unstar [<pkg>...] | ||
``` | ||
|
||
### Description | ||
|
||
"Unstarring" a package is the opposite of [`npm star`](/commands/npm-star), | ||
it removes an item from your list of favorite packages. | ||
|
||
### More | ||
|
||
There's also these extra commands to help you manage your favorite packages: | ||
|
||
#### Star | ||
|
||
You can "star" a package using [`npm star`](/commands/npm-star) | ||
|
||
#### Listing stars | ||
|
||
You can see all your starred packages using [`npm stars`](/commands/npm-stars) | ||
|
||
### See Also | ||
|
||
* [npm star](/commands/npm-star) | ||
* [npm stars](/commands/npm-stars) | ||
* [npm view](/commands/npm-view) | ||
* [npm whoami](/commands/npm-whoami) | ||
* [npm adduser](/commands/npm-adduser) | ||
|