Add a library descriptor for PlatformIO?

Hi,

Is it possible to list Thinger.io library in the PlatformIO registry? The effort should be minimal, as things are on GitHub already:
http://docs.platformio.org/en/latest/librarymanager/creating.html#at-github

I understand the need for the ArduinoIDE support and this will never go away, but IMO for any non-trivial development it’s simply a big mess. If you haven’t checked PlatformIO yet, you won’t regret :slight_smile: I use it to manage all my projects, builds, IDE files and never looked back.

Right now, though, I have to checkout Thinger Arduino library as a git submodule. Not the end of the world, but can be improved by making it a first-class library in the registry. And, reach more people, too.

Never tested PlatformIO, although I have been tempted a lot of times… Will check it out to provide thinger support! Thanks for the info!