Skip to content

Commit

Permalink
npm-fund: add page (#8495)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Sep 19, 2022
1 parent e3d2e65 commit 284b465
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pages/common/npm-fund.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit 284b465

Please sign in to comment.