logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PNPX Executor - Execute npm Binaries with pnpm | Online Free DevTools by Hexmos

Execute npm package binaries swiftly with PNpx Executor, leveraging pnpm for faster and more efficient execution. Free online tool, no registration required.

pnpx

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.

  • 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

See Also