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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cli/npm-stars.md')
-rw-r--r--doc/cli/npm-stars.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/cli/npm-stars.md b/doc/cli/npm-stars.md
deleted file mode 100644
index 1e225be29..000000000
--- a/doc/cli/npm-stars.md
+++ /dev/null
@@ -1,21 +0,0 @@
-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)