2019-11-05 14:55:08 -05:00
|
|
|
---
|
|
|
|
title: npm-star
|
2020-11-01 07:54:36 +01:00
|
|
|
section: 1
|
2019-11-05 14:55:08 -05:00
|
|
|
description: Mark your favorite packages
|
|
|
|
---
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm star [<pkg>...]
|
|
|
|
```
|
|
|
|
|
2021-03-23 14:58:11 -04:00
|
|
|
Note: This command is unaware of workspaces.
|
|
|
|
|
2019-11-05 14:55:08 -05:00
|
|
|
### Description
|
|
|
|
|
|
|
|
"Starring" a package means that you have some interest in it. It's
|
|
|
|
a vaguely positive way to show that you care.
|
|
|
|
|
2020-11-27 12:22:50 -05:00
|
|
|
It's a boolean thing. Starring repeatedly has no additional effect.
|
|
|
|
|
|
|
|
### More
|
|
|
|
|
|
|
|
There's also these extra commands to help you manage your favorite packages:
|
|
|
|
|
|
|
|
#### Unstar
|
|
|
|
|
|
|
|
You can also "unstar" a package using [`npm unstar`](/commands/npm-unstar)
|
|
|
|
|
2019-11-05 14:55:08 -05:00
|
|
|
"Unstarring" is the same thing, but in reverse.
|
|
|
|
|
2020-11-27 12:22:50 -05:00
|
|
|
#### Listing stars
|
|
|
|
|
|
|
|
You can see all your starred packages using [`npm stars`](/commands/npm-stars)
|
2019-11-05 14:55:08 -05:00
|
|
|
|
|
|
|
### See Also
|
|
|
|
|
2020-11-27 12:22:50 -05:00
|
|
|
* [npm unstar](/commands/npm-unstar)
|
|
|
|
* [npm stars](/commands/npm-stars)
|
2020-11-01 07:54:36 +01:00
|
|
|
* [npm view](/commands/npm-view)
|
|
|
|
* [npm whoami](/commands/npm-whoami)
|
|
|
|
* [npm adduser](/commands/npm-adduser)
|