1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pnpx.md
2021-05-03 16:56:31 +01:00

16 lines
384 B
Markdown

# 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`