Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duckasteroid/basic-template

A basic Java application template using Gradle, Travis-CI and Bintray
https://github.com/duckasteroid/basic-template

bintray boilr-template gradle travis-ci

Last synced: about 2 months ago
JSON representation

A basic Java application template using Gradle, Travis-CI and Bintray

Awesome Lists containing this project

README

        

gradle
======

This is a a [boilr](https://github.com/tmrts/boilr) template for new [Gradle](http://www.gradle.org) projects.

Installation
------------

First you must download and install [boilr](https://github.com/tmrts/boilr).

Then you can download and install this template as follows:

```bash
$ boilr template download duckAsteroid/gradle-boilr gradle
```

NOTE: This is a bash script - for Windows consider using [Cygwin](http://www.cygwin.org) or similar.

Usage
-----

Replace `foo` and `bar` with your own values...

'''bash
$ mkdir foo
$ cd foo
$ git init
$ git remote set-url origin [email protected]:foo/bar.git
$ boilr template use gradle
$ git add .
$ git commit -m "Initial Commit"
$ git push
```