From 8d1e3c648ded3b5879152e2479a91f766e8142ee Mon Sep 17 00:00:00 2001 From: Danilo Arcidiacono Date: Sat, 12 Jan 2019 18:55:34 +0100 Subject: [PATCH] Add badges to README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b870114..54f11e1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![Maven Central](https://img.shields.io/maven-central/v/io.github.daniloarcidiacono/typescript-template.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.github.daniloarcidiacono%22%20a%3A%22typescript-template%22) +[![codecov](https://codecov.io/gh/daniloarcidiacono/typescript-template/branch/master/graph/badge.svg)](https://codecov.io/gh/daniloarcidiacono/typescript-template) +[![CircleCI](https://circleci.com/gh/daniloarcidiacono/typescript-template/tree/master.svg?style=svg)](https://circleci.com/gh/daniloarcidiacono/typescript-template/tree/master) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) + # Typescript Template This is a library to write formatted TypeScript code using a fluent API. @@ -84,4 +89,6 @@ yields: Dependencies: Object Address -``` \ No newline at end of file +``` + +The latest version is available on [Maven Central](https://search.maven.org/artifact/io.github.daniloarcidiacono/typescript-template). \ No newline at end of file