We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
--path
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: