Hi there - I'm looking for ways and examples of distributing and updating Sketch libraries for a design teams programmatically.
Currently we have a shared folder setup with all the Libraries but it's a bit of a pain to onboard new designers, not everyone is installing the libraries they need etc.
I figured out a way of programmatically installing libraries via a Sketch plugin, but then I need to distribute the library updates with a plugin update so it's like this:
1) update your plugin (using awesome appcast, thanks Sketch team!)
2) select the "Install/update Library" command to get the updated libraries
Ideally, after the libraries are installed I'd like to "point" the libraries to a remote URL for further library updates. And I'd like to users to be notified of library updates so they can choose to update or ignore the update.
Any advice, thoughts, ideas how to do that?