Save libraries to file

Hello everyone,

I have to migrate my current atom and platforio settings to different machines.

I found an entry to save and install packages

I have also a list of my libraries via

 platformio lib -g list --json-output > atombackup.list

Is there a way to install them using the generated list?

Thanks

We recommend to use lib_deps option. PlatformIO will automatically install all dependencies when you start building project.

Please avoid using global libraries.