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.
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)
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)