From 284b4656ad254df8e0cc61e26a459140e3a479b1 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Mon, 19 Sep 2022 05:30:38 +0530 Subject: [PATCH] npm-fund: add page (#8495) --- pages/common/npm-fund.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/npm-fund.md diff --git a/pages/common/npm-fund.md b/pages/common/npm-fund.md new file mode 100644 index 000000000..0d6a362c7 --- /dev/null +++ b/pages/common/npm-fund.md @@ -0,0 +1,16 @@ +# npm fund + +> Retrieve funding information from packages. +> More information: . + +- List dependencies with funding URL for the project in the current directory: + +`npm fund` + +- Open the funding URL for a specific package in the default web browser: + +`npm fund {{package}}` + +- List dependencies with a funding URL for a specific [w]orkspace for the project in the current directory: + +`npm fund -w {{workspace}}`