๐ GitPLM: An easy way to manage your KiCad library using CSV files in Git
GitPLM now supports the KiCad HTTP Library API for an easy connection between your part library and KiCad.
GitPLM manages product lifecycle information through a Git-based workflow. It stores the parts database and BOMs in CSV files, so everything is version controlled and works well for collaborative design.
With the KiCad HTTP Libraries feature, GitPLM can serve parts data directly to KiCad. The server watches the partmaster directory and reloads the CSV files when they change, so edits show up in KiCad without restarting the server.
See the KiCad HTTP Libraries support section in the README for the full details, and there is a demo video that walks through it.