LinuxCommandLibrary

npm-fund

TLDR

Show funding info

$ npm fund
copy
Show for specific package
$ npm fund [package-name]
copy
JSON output
$ npm fund --json
copy
Open funding URL
$ npm fund [package-name] --which [1]
copy

SYNOPSIS

npm fund [package] [options]

DESCRIPTION

npm fund shows package funding information. Displays how to support maintainers.
The command lists funding URLs. Helps support open source projects.
npm fund shows funding info.

PARAMETERS

PACKAGE

Package to check funding.
--json
JSON output format.
--which NUM
Open specific URL.
--help
Display help information.

CAVEATS

Requires funding in package.json. Opens browser for URLs. Voluntary support.

HISTORY

npm fund was added to npm 6 to help open source maintainers receive support.

SEE ALSO

npm(1), npm-audit(1)

Copied to clipboard