mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 23:01:20 +00:00
Update cheatsheets
This commit is contained in:
21
pnpx
Normal file
21
pnpx
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user