Skip to content

Commit 8165857

Browse files
committed
Improve readme with some header images and shields, and links to other repos
1 parent b3c98eb commit 8165857

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# Java Bootstrap (base / project skeleton)
1+
# ☕🚀 Java Bootstrap: Skeleton for your new projects
2+
3+
<img src="http://codely.tv/wp-content/uploads/2016/05/cropped-logo-codelyTV.png" align="left" width="192px" height="192px"/>
4+
<img align="left" width="0" height="192px" hspace="10"/>
5+
6+
> ⚡ Start your Java projects as fast as possible
7+
8+
[![CodelyTV](https://img.shields.io/badge/codely-tv-green.svg?style=flat-square)](https://codely.tv)
9+
[![Build Status](https://travis-ci.com/CodelyTV/java-bootstrap.svg?branch=master)](https://travis-ci.com/CodelyTV/java-bootstrap)
210

311
## Introduction
412

@@ -21,3 +29,10 @@ This is a repository intended to serve as a starting point if you want to bootst
2129
`./gradlew wrapper --gradle-version=5.1.1 --distribution-type=bin` or modifying the [gradle-wrapper.properties](gradle/wrapper/gradle-wrapper.properties#L3)
2230
* JUnit (current version: 5.3.2 - [releases](https://junit.org/junit5/docs/snapshot/release-notes/index.html)):
2331
[`build.gradle:11`](build.gradle#L11-L12)
32+
33+
## Other programming languages
34+
35+
*[Java](https://github.com/CodelyTV/java_bootstrap)
36+
* 🐘 [PHP](https://github.com/CodelyTV/php-bootstrap)
37+
* 🔮 [Scala](https://github.com/CodelyTV/scala_bootstrap)
38+
* 🔮⚡ [Scala g8 template](https://github.com/CodelyTV/scala-bootstrap-template.g8)

0 commit comments

Comments
 (0)