This is a a boilr template for new Gradle projects.
First you must download and install boilr.
Then you can download and install this template as follows:
$ boilr template download duckAsteroid/gradle-boilr gradleNOTE: This is a bash script - for Windows consider using Cygwin or similar.
Replace foo and bar with your own values...
'''bash $ mkdir foo $ cd foo $ git init $ git remote set-url origin git@github.com:foo/bar.git $ boilr template use gradle $ git add . $ git commit -m "Initial Commit" $ git push