Library manager registration

hello,

as far i understood the platformio library manager support library.json, library.properties (arduino’s) and module.json (ARM mbed) files.

So i guess that i can registed a library if i only have the library.properties but here i read:

A library must adhere to the library.json specification.

So, could i just add a lib with a library.properties and then i guess a script will generate the library.json?

edit: i just discovered someone have added two of my libraries ahahah wow i didn’t expect this! i guess it is not possible to know who did it. right?

edit2: i also guess that if i change the version in my library the one in platformio will be updated automatically as in arduino, right?
Also could someone explain me the difference between include and lib folder? The more i read the two readme files the more i don’t understand it :sweat_smile:

1 Like