pio-*: add Dutch translation (#11799)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Leon <leonvsc@users.noreply.github.com>
This commit is contained in:
36
pages.nl/common/pio-lib.md
Normal file
36
pages.nl/common/pio-lib.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# pio lib
|
||||
|
||||
> Beheer PlatformIO bibliotheken.
|
||||
> Meer informatie: <https://docs.platformio.org/en/latest/core/userguide/lib/>.
|
||||
|
||||
- Toon geïnstalleerde bibliotheken:
|
||||
|
||||
`pio lib list`
|
||||
|
||||
- Toon ingebouwde bibliotheken gebaseerd op geïnstalleerde ontwikkelplatformen en hun geraamtes:
|
||||
|
||||
`pio lib builtin`
|
||||
|
||||
- Zoek naar bestaande bibliotheken:
|
||||
|
||||
`pio lib search {{trefwoord}}`
|
||||
|
||||
- Toon details over een bibliotheek:
|
||||
|
||||
`pio lib show {{bibliotheek}}`
|
||||
|
||||
- Installeer een bibliotheek:
|
||||
|
||||
`pio lib install {{bibliotheek}}`
|
||||
|
||||
- Update geïnstalleerde bibliotheken:
|
||||
|
||||
`pio lib update`
|
||||
|
||||
- Deïnstalleer een bibliotheek:
|
||||
|
||||
`pio lib uninstall {{bibliotheek}}`
|
||||
|
||||
- Toon PlatformIO bibliotheek register statistieken:
|
||||
|
||||
`pio lib stats`
|
Reference in New Issue
Block a user