1 ---
2 title: npm-stars
3 section: 1
4 description: View packages marked as favorites
5 github_repo: npm/cli
6 github_branch: latest
7 github_path: docs/lib/content/commands/npm-stars.md
8 redirect_from:
9 - /cli-commands/npm-stars
10 - /cli-commands/stars
11 - /cli-documentation/cli-commands/npm-stars
12 - /cli-documentation/cli-commands/stars
13 - /cli-documentation/commands/npm-stars
14 - /cli-documentation/commands/stars
15 - /cli-documentation/npm-stars
16 - /cli-documentation/stars
17 - /cli-documentation/v10/cli-commands/npm-stars
18 - /cli-documentation/v10/cli-commands/stars
19 - /cli-documentation/v10/commands/npm-stars
20 - /cli-documentation/v10/commands/stars
21 - /cli-documentation/v10/npm-stars
22 - /cli-documentation/v10/stars
23 - /cli/cli-commands/npm-stars
24 - /cli/cli-commands/stars
25 - /cli/commands/npm-stars
26 - /cli/commands/stars
27 - /cli/npm-stars
28 - /cli/stars
29 - /cli/v10/cli-commands/npm-stars
30 - /cli/v10/cli-commands/stars
31 - /cli/v10/commands/stars
32 - /cli/v10/npm-stars
33 - /cli/v10/stars
34 - /commands/npm-stars
35 - /commands/stars
36 ---
37
38 ### Synopsis
39
40 ```bash
41 npm stars [<user>]
42 ```
43
44 Note: This command is unaware of workspaces.
45
46 ### Description
47
48 If you have starred a lot of neat things and want to find them again quickly this command lets you do just that.
49
50 You may also want to see your friend's favorite packages, in this case you will most certainly enjoy this command.
51
52 ### Configuration
53
54 #### `registry`
55
56 - Default: "https://registry.npmjs.org/"
57 - Type: URL
58
59 The base URL of the npm registry.
60
61 ### See Also
62
63 - [npm star](/cli/v10/commands/npm-star)
64 - [npm unstar](/cli/v10/commands/npm-unstar)
65 - [npm view](/cli/v10/commands/npm-view)
66 - [npm whoami](/cli/v10/commands/npm-whoami)
67 - [npm adduser](/cli/v10/commands/npm-adduser)