logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage PlatformIO Libraries - Install & Update | Online Free DevTools by Hexmos

Manage PlatformIO libraries with ease using pio lib. Install, update, search, and uninstall libraries quickly. Free online tool, no registration required.

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

See Also