Skip to content

Commit

Permalink
Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloarcidiacono committed Jan 12, 2019
1 parent 162f453 commit 8d1e3c6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -84,4 +89,6 @@ yields:
Dependencies:
Object
Address
```
```

The latest version is available on [Maven Central](https://search.maven.org/artifact/io.github.daniloarcidiacono/typescript-template).

0 comments on commit 8d1e3c6

Please sign in to comment.