Files
cheatsheet-tldr/tldr/npm-fund
2025-04-23 00:19:06 +00:00

22 lines
564 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`
- List dependencies with a funding URL for a specific workspace for the project in the current directory:
`npm fund {{[-w|--workspace]}} {{workspace}}`