Skip to content

Commit

Permalink
pio-lib: add page (tldr-pages#5728)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchersimon authored Apr 14, 2021
1 parent 20b4915 commit 39c6aa9
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions pages/common/pio-lib.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# pio lib

> Manage PlatformIO libraries.
> More information: <https://docs.platformio.org/en/latest/core/userguide/lib/>.
- 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}}`

- Install a library:

`pio lib install {{library}}`

- Update installed libraries:

`pio lib update`

- Uninstall a library:

`pio lib uninstall {{library}}`

- Show PlatformIO library registry statistics:

`pio lib stats`

0 comments on commit 39c6aa9

Please sign in to comment.