I’m developing a WordPress theme with a few other individuals and am running into a problem where I add a plugin and then I have tell the other developers about the plugin I installed and the settings I set for the plugin so that the theme works.
I was wondering if there’s a way to associate plugins with a theme, so that when an individual receives the theme, the theme knows which plugins it needs and can automagically install them and their correct versions.
I suppose I’m looking for some sort of dependency management for WordPress themes. Is there something like that out there?