2025-03-14 21:59:59 -06:00
|
|
|
# npm fund
|
|
|
|
|
|
|
|
|
|
> Retrieve funding information from packages.
|
|
|
|
|
> More information: <https://docs.npmjs.com/cli/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}}`
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
- List dependencies with a funding URL for a specific workspace for the project in the current directory:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`npm fund {{[-w|--workspace]}} {{workspace}}`
|