Forrest logo
back to context overview

pnpx

List of commands for pnpx:

  • pnpx:tldr:4259c pnpx: Execute a specific binary from a given npm module, in case the module has multiple binaries.
    $ pnpx --package ${package_name} ${module_name}
    try on your machine
    explain this command
  • pnpx:tldr:5b8e8 pnpx: Display help.
    $ pnpx --help
    try on your machine
    explain this command
  • pnpx:tldr:fe7e3 pnpx: Execute the binary from a given npm module.
    $ pnpx ${module_name}
    try on your machine
    explain this command
back to context overview