LinuxCommandLibrary

npm-fund

shows package funding information

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.

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)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community