Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 731 Bytes

File metadata and controls

33 lines (24 loc) · 731 Bytes

gradle

This is a a boilr template for new Gradle projects.

Installation

First you must download and install boilr.

Then you can download and install this template as follows:

  $ boilr template download duckAsteroid/gradle-boilr gradle

NOTE: This is a bash script - for Windows consider using Cygwin or similar.

Usage

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