This project holds a set of templates to be used with Lazybones The current list contains the following templates
To install all templates use:
gradlew installAllTemplates
If you want to install just one template use:
gradlew installTemplate[TEMPLATENAME]
After installing the template use the following comand to create a project
lazybones create [template] [version] [project-name]
To show all available Templates use:
gradlew tasks --all