gradle-archetype-plugin icon indicating copy to clipboard operation
gradle-archetype-plugin copied to clipboard

please add to documentation

Open joeyfezster opened this issue 7 years ago • 1 comments
trafficstars

Hey guys, I think it's great that you're adding a much-needed functionality to gradle 😄

Sadly, I could not figure out how to create my very own template using this project, or how to let others use both in order to generate sample (archetype) projects in their local machines.

thanks

joeyfezster avatar Feb 20 '18 15:02 joeyfezster

Please ref to the sample

Create an empty project, and apply this plugin Create your template in src/main/resources/templates, where the template files are something heavy you have to cope manually, cuz you might want to add placeholders for variables. And checkout the README for details on variables.

orctom avatar Feb 24 '18 00:02 orctom