Hey all, I've been working on a basic templates plugin which can help new
Gradle users get up and running faster.

I still have some work to do on the plugin, but it should be useable enough
to create new Gradle projects according to the default configurations, or to
use while going through the Gradle quickstart guides.

It adds some a new group of tasks:
[quote]
Template tasks
--------------
create-groovy-class - Creates a new Groovy class in the current project.
create-groovy-project - Creates a new Gradle Groovy project in a new
directory named after your project.
create-java-class - Creates a new Java class in the current project.
create-java-project - Creates a new Gradle Java project in a new directory
named after your project.
create-webapp-project - Creates a new Gradle Webapp project in a new
directory named after your project.
init-groovy-project - Initializes a new Gradle Groovy project in the current
directory.
init-java-project - Initializes a new Gradle Java project in the current
directory.
init-webapp-project - Initializes a new Gradle Webapp project in the current
directory.
[/quote]

And should be easily extensible for others who want to create their own
templates.

Feedback is always welcome.

Project Home: https://launchpad.net/gradle-templates
Project Wiki: http://tellurianring.com/wiki/gradle/templates

Cheers.
Eric
-- 
Learn from the past. Live in the present. Plan for the future.
Blog: http://eric-berry.blogspot.com
jEdit <http://www.jedit.org> - Programmer's Text Editor
Bazaar <http://bazaar.canonical.com> - Version Control for Humans

Reply via email to