1 ---
2 title: npm-stars
3 section: 1
4 description: View packages marked as favorites
5 github_repo: npm/cli
6 github_branch: release/v6
7 github_path: docs/content/commands/npm-stars.md
8 redirect_from:
9 - /cli-documentation/v6/cli-commands/npm-stars
10 - /cli-documentation/v6/cli-commands/stars
11 - /cli-documentation/v6/commands/npm-stars
12 - /cli-documentation/v6/commands/stars
13 - /cli-documentation/v6/npm-stars
14 - /cli-documentation/v6/stars
15 - /cli/v6/cli-commands/npm-stars
16 - /cli/v6/cli-commands/stars
17 - /cli/v6/commands/stars
18 - /cli/v6/npm-stars
19 - /cli/v6/stars
20 ---
21
22 ### Synopsis
23
24 ```bash
25 npm stars [<user>]
26 ```
27
28 ### Description
29
30 If you have starred a lot of neat things and want to find them again quickly this command lets you do just that.
31
32 You may also want to see your friend's favorite packages, in this case you will most certainly enjoy this command.
33
34 ### See Also
35
36 - [npm star](/cli/v6/commands/npm-star)
37 - [npm view](/cli/v6/commands/npm-view)
38 - [npm whoami](/cli/v6/commands/npm-whoami)
39 - [npm adduser](/cli/v6/commands/npm-adduser)