• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2section: cli-commands
3title: npm-stars
4description: View packages marked as favorites
5---
6
7# npm-stars(1)
8
9## View packages marked as favorites
10
11### Synopsis
12```bash
13npm stars [<user>]
14```
15
16### Description
17
18If you have starred a lot of neat things and want to find them again
19quickly this command lets you do just that.
20
21You may also want to see your friend's favorite packages, in this case
22you will most certainly enjoy this command.
23
24### See Also
25
26* [npm star](/cli-commands/npm-star)
27* [npm view](/cli-commands/npm-view)
28* [npm whoami](/cli-commands/npm-whoami)
29* [npm adduser](/cli-commands/npm-adduser)
30