1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.de/common/npx.md
2022-02-02 15:43:21 -03:00

349 B

npx

Führt Binärdateien von npm Paketen aus. Weitere Informationen: https://github.com/npm/npx.

  • Führe die Binärdatei eines übergebenen npm Pakets aus:

npx {{modul_name}}

  • Übergib den konkreten Namen, falls das Paket mehrere Binärdateien besitzt:

npx -p {{paket_name}} {{modul_name}}

  • Zeige eine Hilfe an:

npx --help