1NPM-STAR(1) NPM-STAR(1)
23
4
NAME
6npm-star - Mark your favorite packages
7
SYNOPSIS
9npm star [<pkg>...]
10npm unstar [<pkg>...]
11
DESCRIPTION
13"Starring" a package means that you have some interest in it. It's a
14vaguely positive way to show that you care.
1516
"Unstarring" is the same thing, but in reverse.
1718
It's a boolean thing. Starring repeatedly has no additional effect.
19
SEE ALSO
21· npm help view
2223
· npm help whoami
2425
· npm help adduser
2627
28
29
30
31
October 2019 NPM-STAR(1)