mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 22:55:39 +02:00
npx: add German translation (#6632)
This commit is contained in:
parent
3656eb90e7
commit
d87b73f12b
1 changed files with 16 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue