mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:42:09 +02:00
486 B
486 B
pnpx
Directly execute binaries from npm packages, using
pnpm
instead ofnpm
. Note: This command is deprecated! Usepnpm exec
andpnpm dlx
instead. More information: https://cuyl.github.io/pnpm.github.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