System Grab Bag

View all TLDR pages from common (or from all pages)

npm fund

Retrieve funding information from packages. More information: https://docs.npmjs.com/cli/v8/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 [w]orkspace for the project in the current directory:
    npm fund -w {{workspace}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.