• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2section: cli-commands
3title: npm-star
4description: Mark your favorite packages
5---
6
7# npm-star(1)
8
9## Mark your favorite packages
10
11### Synopsis
12
13```bash
14npm star [<pkg>...]
15npm unstar [<pkg>...]
16```
17
18### Description
19
20"Starring" a package means that you have some interest in it.  It's
21a vaguely positive way to show that you care.
22
23"Unstarring" is the same thing, but in reverse.
24
25It's a boolean thing.  Starring repeatedly has no additional effect.
26
27### See Also
28
29* [npm view](/cli-commands/npm-view)
30* [npm whoami](/cli-commands/npm-whoami)
31* [npm adduser](/cli-commands/npm-adduser)
32