mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
289 B
289 B
npx
Execute binaries from
npm
packages.
- Execute the binary from a given npm module:
npx {{module_name}}
- In case a package has multiple binaries, specify the package name along with the binary:
npx -p {{package_name}} {{module_name}}
- View help contents:
npx --help