pnpx Command Examples

Directly execute binaries from npm packages, using pnpm instead of npm. Note: This command is deprecated! Use pnpm exec and pnpm dlx instead. More information: https://cuyl.github.io/pnpm.github.io/pnpx-cli.

pnpx {{module_name}}

pnpx --package {{package_name}} {{module_name}}

pnpx --help