aalmiray / lazybones-template-collection

A set of Lazybones templates
8 stars 3 forks source link

Lazybones Template Collection

This project holds a set of templates to be used with Lazybones The current list contains the following templates

How To

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