npx: add German translation (#6632)

This commit is contained in:
Joachim Schwarm
2021-10-03 16:41:25 +02:00
committed by GitHub
parent 3656eb90e7
commit d87b73f12b

16
pages.de/common/npx.md Normal file
View File

@@ -0,0 +1,16 @@
# npx
> Führt Binärdateien von `npm` Paketen aus.
> Weitere Informationen: <https://www.npmjs.com/package/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`