node/deps/npm/doc/cli/npm-star.md
Rebecca Turner 41923c0c07 deps: upgrade npm to 3.3.6
PR-URL: https://github.com/nodejs/node/pull/3310
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-10-22 13:56:09 -04:00

461 B

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)