Skip to content

Commit 8d1e3c6

Browse files
Add badges to README
1 parent 162f453 commit 8d1e3c6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![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)
2+
[![codecov](https://codecov.io/gh/daniloarcidiacono/typescript-template/branch/master/graph/badge.svg)](https://codecov.io/gh/daniloarcidiacono/typescript-template)
3+
[![CircleCI](https://circleci.com/gh/daniloarcidiacono/typescript-template/tree/master.svg?style=svg)](https://circleci.com/gh/daniloarcidiacono/typescript-template/tree/master)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5+
16
# Typescript Template
27
This is a library to write formatted TypeScript code using a fluent API.
38

@@ -84,4 +89,6 @@ yields:
8489
Dependencies:
8590
Object
8691
Address
87-
```
92+
```
93+
94+
The latest version is available on [Maven Central](https://search.maven.org/artifact/io.github.daniloarcidiacono/typescript-template).

0 commit comments

Comments
 (0)