pio lib
Manage PlatformIO libraries.
- List installed libraries:
pio lib list
- List built-in libraries based on installed development platforms and their frameworks:
pio lib builtin
- Search for existing libraries:
pio lib search {keyword}
- Show details about a library:
pio lib show {library}
pio lib install {library}
- Update installed libraries:
pio lib update
pio lib uninstall {library}
- Show PlatformIO library registry statistics:
pio lib stats
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).