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

Create Configuration for Code Owner #11

Closed brandonmaynard closed 5 years ago

brandonmaynard commented 5 years ago

In all of our template text files, we have <CODEOWNER> and a manual step in the README.md to replace this value. We should make this a project setting configuration and programmatically replace this value with the configured value.

Once #9 is merged, I will create a PR for this change (I have the changes already coded but I was using #9's branch to avoid conflicts)

HitmanInWis commented 5 years ago

Completely agreed with this idea.

HitmanInWis commented 5 years ago

This is resolved by #13