0

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.

Manisha Bano
  • 1,853
  • 2
  • 22
  • 34
  • I don't think there is a lazybones aem template to create a gradle project. You may have to create your own template. Or ping [Justin](https://twitter.com/justinedelson) to check if he's created one. – Abhishek May 02 '17 at 17:53
  • Ok, Thank you @Abhishek – Manisha Bano May 03 '17 at 05:02

1 Answers1

0

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

Ma Kro
  • 1,232
  • 4
  • 20
  • 34