I made an Arduino library template for PlatformIO development. It lets you build, run examples, and execute tests all from a PlatfromIO project.
The repo sets up the boilerplate you’d otherwise copy in by hand for both PlatformIO and the Arduino Library Manager, a configured platformio.ini, and a README that walks through publishing to each ecosystem.
If you’ve ever put together a library, got any tips for anything else to add such as more automation?