create gradle multimodule project for AEM using lazybones templates

242 Views Asked by At

I had heard of lazybones, which is a command line tool for project creation and it is more interactive or customizable than Maven Archetypes. Thus, I created a maven multimodule aem project using lazybones.

The Command and template for AEM multimodule project is:

lazybones create aem-multimodule-project <target-folder>

This creates a maven multimodule project for AEM. Then, I tried to find the same for Gradle, but I didn't find any template regarding that.

Can anyone give me any direction how can I achieve the same.

1

There are 1 best solutions below

0
Ma Kro On

Please consider using gradle aem plugin. It has a lot of features and might be good for your case https://github.com/Cognifide/gradle-aem-plugin