Welcome to mirror list, hosted at ThFree Co, Russian Federation.

npm-star.md « cli « doc « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 87d90b560c202745826f027d30cf5f1897f4f85c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
npm-star(1) -- Mark your favorite packages
==========================================

## SYNOPSIS

    npm star [<pkg>...]
    npm unstar [<pkg>...]

## DESCRIPTION

"Starring" a package means that you have some interest in it.  It's
a vaguely positive way to show that you care.

"Unstarring" is the same thing, but in reverse.

It's a boolean thing.  Starring repeatedly has no additional effect.

## SEE ALSO

* npm-view(1)
* npm-whoami(1)
* npm-adduser(1)