Setup a single source of dependencies and build tools for multiple plugins and themes #392
Locked
troychaplin
started this conversation in
Topic Ideas
Replies: 1 comment
-
The topic was approved; the conversation continues on this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been working on a way to setup my tooling at the root of a WordPress project and easier manage dependencies that are, for the most part, shared across all my themes and plugins.
This includes:
This is setup in such a way where I can build all my themes and plugins at the same time, or individual depending on what I'm working on. Here's an example of the work I've been doing in this area https://github.com/troychaplin/wp-dependency-manager
I think this could be valuable for folks running enterprise systems where they want to use a monorepo and simplify the build and maintenance of their projects.
Beta Was this translation helpful? Give feedback.
All reactions