System Grab Bag

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

pnpx

Directly execute binaries from npm packages, using pnpm instead of npm. More information: https://pnpm.io/pnpx-cli.
  • Execute the binary from a given npm module:
    pnpx {{module_name}}
  • Execute a specific binary from a given npm module, in case the module has multiple binaries:
    pnpx --package {{package_name}} {{module_name}}
  • Display help:
    pnpx --help

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.