From 09ca74cb6f90de0601a66b7ca2229828658ae8b8 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 21 Sep 2020 13:52:45 +0100 Subject: docs: use commands not cli-commands Avoid needless and unnecessary redundancy. --- docs/content/commands/npm-star.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/content/commands/npm-star.md (limited to 'docs/content/commands/npm-star.md') diff --git a/docs/content/commands/npm-star.md b/docs/content/commands/npm-star.md new file mode 100644 index 000000000..e49a80962 --- /dev/null +++ b/docs/content/commands/npm-star.md @@ -0,0 +1,27 @@ +--- +title: npm-star +section: 1 +description: Mark your favorite packages +--- + +### Synopsis + +```bash +npm star [...] +npm unstar [...] +``` + +### 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](/cli-commands/view) +* [npm whoami](/cli-commands/whoami) +* [npm adduser](/cli-commands/adduser) -- cgit v1.2.3