Description
The default behavior of bake plugin is to create an application plugin. However, plugin bake also generates phpunit.xml.dist and composer.json which are redundant for in-app plugins.
Adding a --standalone option to bake plugin would allow us to skip generating composer+phpunit configuration for in-app plugins but retain that behavior for standalone plugins.
Related to #991
Description
The default behavior of
bake pluginis to create an application plugin. However,plugin bakealso generatesphpunit.xml.distandcomposer.jsonwhich are redundant for in-app plugins.Adding a
--standaloneoption tobake pluginwould allow us to skip generating composer+phpunit configuration for in-app plugins but retain that behavior for standalone plugins.Related to #991