Forrest logo
back to the pio tool

pio-lib:tldr:ea209

pio-lib: List built-in libraries based on installed development platforms and their frameworks.
$ pio lib builtin
try on your machine

The command pio lib builtin is used in the PlatformIO (PIO) development environment to display a list of built-in libraries available for use in projects.

When you execute this command, PIO will retrieve and show the list of core libraries that come pre-installed with the platform. These libraries are integral to PIO's functionality and provide essential features for development.

By using pio lib builtin, you can see the available libraries and their versions, which helps you identify the ones you may want to utilize in your projects without having to search for and manually install them.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pio tool