playground-tools icon indicating copy to clipboard operation
playground-tools copied to clipboard

wp-now: additional "plugins" mode

Open lgersman opened this issue 1 year ago • 0 comments

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.

lgersman avatar Jun 15 '24 08:06 lgersman