For my build process I need something that can be used to maintain the plugins that use shared library files, to ensure that the shared library files and versions are consistent.
Proposed solution
There are many ways to ensure files are consistent between plugins.
I could use Git submodules or Composer packages.
But to start with I'm going to plump for a simpler process - compare file timestamps.
I'll develop the logic in a new shared library file. libs/oik-libs.php
For my build process I need something that can be used to maintain the plugins that use shared library files, to ensure that the shared library files and versions are consistent.
Proposed solution
There are many ways to ensure files are consistent between plugins. I could use Git submodules or Composer packages. But to start with I'm going to plump for a simpler process - compare file timestamps. I'll develop the logic in a new shared library file.
libs/oik-libs.php