Forrest logo
back to context overview

npm-fund

List of commands for npm-fund:

  • npm-fund:tldr:14222 npm-fund: List dependencies with a funding URL for a specific [w]orkspace for the project in the current directory.
    $ npm fund -w ${workspace}
    try on your machine
    explain this command
  • npm-fund:tldr:28f02 npm-fund: List dependencies with funding URL for the project in the current directory.
    $ npm fund
    try on your machine
    explain this command
  • npm-fund:tldr:c6bf7 npm-fund: Open the funding URL for a specific package in the default web browser.
    $ npm fund ${package}
    try on your machine
    explain this command
back to context overview