summaryrefslogtreecommitdiff
path: root/deps/npm/docs/content/cli-commands/npm-stars.md
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2019-11-05 14:55:08 -0500
committerRich Trott <rtrott@gmail.com>2019-11-09 20:13:43 -0800
commit4b97c3addb246274cd7e8432edd537e0bdf60b63 (patch)
tree9f859239c3b38b04ddc58ee736bf6b2caf6008a5 /deps/npm/docs/content/cli-commands/npm-stars.md
parent5f9794ea9aaaf5597974a65460e1f3069f68475f (diff)
downloadandroid-node-v8-4b97c3addb246274cd7e8432edd537e0bdf60b63.tar.gz
android-node-v8-4b97c3addb246274cd7e8432edd537e0bdf60b63.tar.bz2
android-node-v8-4b97c3addb246274cd7e8432edd537e0bdf60b63.zip
deps: update npm to 6.13.0
PR-URL: https://github.com/nodejs/node/pull/30271 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'deps/npm/docs/content/cli-commands/npm-stars.md')
-rwxr-xr-xdeps/npm/docs/content/cli-commands/npm-stars.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/deps/npm/docs/content/cli-commands/npm-stars.md b/deps/npm/docs/content/cli-commands/npm-stars.md
new file mode 100755
index 0000000000..9e1c7e1edd
--- /dev/null
+++ b/deps/npm/docs/content/cli-commands/npm-stars.md
@@ -0,0 +1,29 @@
+---
+section: cli-commands
+title: npm-stars
+description: View packages marked as favorites
+---
+
+# npm-stars
+
+## View packages marked as favorites
+
+### Synopsis
+```bash
+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](/cli-commands/npm-star)
+* [npm view](/cli-commands/npm-view)
+* [npm whoami](/cli-commands/npm-whoami)
+* [npm adduser](/cli-commands/npm-adduser)