2022-09-19 05:30:38 +05:30
|
|
|
# npm fund
|
|
|
|
|
|
|
|
> Retrieve funding information from packages.
|
2024-10-09 21:05:46 +02:00
|
|
|
> More information: <https://docs.npmjs.com/cli/commands/npm-fund>.
|
2022-09-19 05:30:38 +05:30
|
|
|
|
|
|
|
- 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-04-22 06:20:48 +03:00
|
|
|
- List dependencies with a funding URL for a specific workspace for the project in the current directory:
|
2022-09-19 05:30:38 +05:30
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`npm fund {{[-w|--workspace]}} {{workspace}}`
|