npx: add German translation (#6632)
This commit is contained in:
16
pages.de/common/npx.md
Normal file
16
pages.de/common/npx.md
Normal 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`
|
Reference in New Issue
Block a user