From cdf3fbdf144b6bb4354bb5cef963838d201ddbe2 Mon Sep 17 00:00:00 2001 From: Thamaraiselvam Date: Sun, 10 Oct 2021 07:26:39 +0530 Subject: [PATCH] npm-home: add page (#6926) --- pages/common/npm-home.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/npm-home.md diff --git a/pages/common/npm-home.md b/pages/common/npm-home.md new file mode 100644 index 000000000..163906d22 --- /dev/null +++ b/pages/common/npm-home.md @@ -0,0 +1,16 @@ +# npm-home + +> Open the npm page, Yarn page, or GitHub repository of a package in the web browser. +> More information: . + +- Open the npm page of a specific package in the web browser: + +`npm-home {{package}}` + +- Open the GitHub repository of a specific package in the web browser: + +`npm-home -g {{package}}` + +- Open the Yarn page of a specific package in the web browser: + +`npm-home -y {{package}}`