Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 485 Bytes

star.md

File metadata and controls

22 lines (14 loc) · 485 Bytes

npm-star(1) -- Mark your favorite packages

SYNOPSIS

npm star <pkgname> [<pkg>, ...]
npm unstar <pkgname> [<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)