Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/duckasteroid/basic-template
- Owner: duckAsteroid
- Created: 2017-08-07T09:31:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T12:08:03.000Z (over 6 years ago)
- Last Synced: 2024-10-11T11:32:33.047Z (3 months ago)
- Topics: bintray, boilr-template, gradle, travis-ci
- Language: Java
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```