Skip to content

Instantly share code, notes, and snippets.

@westonruter
Last active October 11, 2016 22:43
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save westonruter/5603598 to your computer and use it in GitHub Desktop.
Save westonruter/5603598 to your computer and use it in GitHub Desktop.
Gathering posts about the development of a core dependency system for WordPress.

I've been noticing that there seems to be a lot of interest and momentum lately surrounding plugn/theme dependencies. I am very excited about this. WordPress desperately needs a core dependency solution so that we can move the route of plugins being tiny interoperable building blocks, like what we've seen with NPM.

Here's a running list of the stuff I've been seeing lately about WordPress dependencies:

Dependencies. Allow plugins and themes to be dependent of one another. A theme could require a plugin or example, and WordPress would handle installing that plugin when you install that theme. Similar idea: Compatibility metrics. (Or: Can we be sure it is safe to upgrade everything?)

Please suggest any that I've missed or any new ones that come up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment