commands.sh

npm fund

all

Retrieve funding information from packages.

More info →

Options (1)

-w, --workspaceboolean

List dependencies with a funding URL for a specific workspace for the project in the current directory

Example: npm fund {{[-w|--workspace]}} {{workspace}}

Examples (3)

List dependencies with funding URL for the project in the current directory

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
made by @shridhargupta | data from tldr-pages