pnpm, pnpx: add page (#5863)

This commit is contained in:
UnButtun
2021-05-03 21:26:31 +05:30
committed by GitHub
parent 67e05ebafb
commit 5ba22052b7
2 changed files with 53 additions and 0 deletions

16
pages/common/pnpx.md Normal file
View File

@@ -0,0 +1,16 @@
# 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`