diff options
Diffstat (limited to 'deps/npm/doc/cli/npm-star.md')
-rw-r--r-- | deps/npm/doc/cli/npm-star.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/npm-star.md b/deps/npm/doc/cli/npm-star.md new file mode 100644 index 0000000000..5c076b3c3c --- /dev/null +++ b/deps/npm/doc/cli/npm-star.md @@ -0,0 +1,22 @@ +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) |