2019-11-05 14:55:08 -05:00
|
|
|
---
|
|
|
|
title: npm-stars
|
2020-11-01 07:54:36 +01:00
|
|
|
section: 1
|
2019-11-05 14:55:08 -05:00
|
|
|
description: View packages marked as favorites
|
|
|
|
---
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
```bash
|
|
|
|
npm stars [<user>]
|
|
|
|
```
|
|
|
|
|
2021-03-23 14:58:11 -04:00
|
|
|
Note: This command is unaware of workspaces.
|
|
|
|
|
2019-11-05 14:55:08 -05:00
|
|
|
### Description
|
|
|
|
|
|
|
|
If you have starred a lot of neat things and want to find them again
|
|
|
|
quickly this command lets you do just that.
|
|
|
|
|
|
|
|
You may also want to see your friend's favorite packages, in this case
|
|
|
|
you will most certainly enjoy this command.
|
|
|
|
|
|
|
|
### See Also
|
|
|
|
|
2020-11-01 07:54:36 +01:00
|
|
|
* [npm star](/commands/npm-star)
|
2020-11-27 12:22:50 -05:00
|
|
|
* [npm unstar](/commands/npm-unstar)
|
2020-11-01 07:54:36 +01:00
|
|
|
* [npm view](/commands/npm-view)
|
|
|
|
* [npm whoami](/commands/npm-whoami)
|
|
|
|
* [npm adduser](/commands/npm-adduser)
|