From ae832e24f2d03a9a65745b876e2e32f179338d04 Mon Sep 17 00:00:00 2001 From: Daniele Riccardelli Date: Wed, 30 Sep 2020 09:29:46 +0200 Subject: [PATCH] add status, maven central and release badges --- README.md | 4 ++++ docs/README.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index df7134b..d31ec7b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # kara +![status](https://img.shields.io/badge/status-active-brightgreen.svg) +[![maven central](https://maven-badges.herokuapp.com/maven-central/com.ea.kara/kara/badge.svg)](https://search.maven.org/artifact/com.ea.kara/kara) +[![release](https://img.shields.io/github/v/release/electronicarts/kara)](https://github.com/electronicarts/kara/releases) + ### Generate [Finagle](https://twitter.github.io/finagle/) HTTP/JSON services and [Swagger UI](https://swagger.io/tools/swagger-ui/) from [Thrift](https://thrift.apache.org/) service definitions. ------ diff --git a/docs/README.md b/docs/README.md index 1393a87..db207e5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,9 @@ # kara + +![status](https://img.shields.io/badge/status-active-brightgreen.svg) +[![maven central](https://maven-badges.herokuapp.com/maven-central/com.ea.kara/kara/badge.svg)](https://search.maven.org/artifact/com.ea.kara/kara) +[![release](https://img.shields.io/github/v/release/electronicarts/kara)](https://github.com/electronicarts/kara/releases) + ### Generate [Finagle](https://twitter.github.io/finagle/) HTTP/JSON services and [Swagger UI](https://swagger.io/tools/swagger-ui/) from [Thrift](https://thrift.apache.org/) service definitions. ------