playground-tools
playground-tools copied to clipboard
wp-now: additional "plugins" mode
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.