Skip to content

Plugin generation shouldn't include composer.json & phpunit.xml by default #998

@markstory

Description

@markstory

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions