adobe / aem-component-generator

AEM Component Generator is a java project that enables developers to generate the base structure of an AEM component using a JSON configuration file specifying component and dialog properties and other configuration options.
Apache License 2.0
113 stars 46 forks source link

Additional features request #43

Open Kopyloff opened 3 years ago

Kopyloff commented 3 years ago

Could the project also support groovy + spock tests and a boolean flag whether to generate copyright comment or not? Thanks in advance

HitmanInWis commented 3 years ago

Certainly could, though I'd recommend a separate PR for each. Happy to review a PR for these features if someone has the desire to make the changes.