aboutsummaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/doc/cli/npm-stars.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/doc/cli/npm-stars.md')
-rw-r--r--deps/node/deps/npm/doc/cli/npm-stars.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/deps/node/deps/npm/doc/cli/npm-stars.md b/deps/node/deps/npm/doc/cli/npm-stars.md
new file mode 100644
index 00000000..1e225be2
--- /dev/null
+++ b/deps/node/deps/npm/doc/cli/npm-stars.md
@@ -0,0 +1,21 @@
+npm-stars(1) -- View packages marked as favorites
+=================================================
+
+## SYNOPSIS
+
+ npm stars [<user>]
+
+## DESCRIPTION
+
+If you have starred a lot of neat things and want to find them again
+quickly this command lets you do just that.
+
+You may also want to see your friend's favorite packages, in this case
+you will most certainly enjoy this command.
+
+## SEE ALSO
+
+* npm-star(1)
+* npm-view(1)
+* npm-whoami(1)
+* npm-adduser(1)