npm-fund: add page (#8495)

pull/1/head
K.B.Dharun Krishna 2022-09-19 05:30:38 +05:30 committed by GitHub
parent e3d2e6540c
commit 284b4656ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/common/npm-fund.md Normal file
View File

@ -0,0 +1,16 @@
# npm fund
> Retrieve funding information from packages.
> More information: <https://docs.npmjs.com/cli/v8/commands/npm-fund>.
- 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}}`