WordPress / playground-tools

GNU General Public License v2.0
127 stars 38 forks source link

wp-now: additional "plugins" mode #311

Open lgersman opened 2 weeks ago

lgersman commented 2 weeks ago

Development of multiple plugins (without a theme) using wp-now requires right now to use the "wp-content" mode.

Unfortunately I also need to install a theme in this case using a blueprint.

It would be nice to have another mode "plugins" for exactly this case.

In this mode wp-now should map the --path parameter as path to the plugins and install wordpress including a default theme.

Here is a example repo for this use case : https://github.com/lgersman/wordpress-contribution-day-2024-wp-now

It shows the config overhead currently required to develop multiple plugins (monorepo) using wp-now.