LinuxCommandLibrary

npm-fund

Retrieve funding information from packages.

TLDR

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

$ npm fund
copy


Open the funding URL for a specific package in the default web browser
$ npm fund [package]
copy


List dependencies with a funding URL for a specific [w]orkspace for the project in the current directory
$ npm fund -w [workspace]
copy

SEE ALSO

npm help "package spec" npm help install npm help docs npm help ls npm help config npm help workspaces

Copied to clipboard