Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed May 24, 2019
1 parent 3e6165e commit dbc7a86
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<p align="center"> <img src="docs/assets/projectavatar.png" width="360"></p>
<p align="center"> <a href="https://travis-ci.org/oleg-balunenko/logs-converter"> <img src="https://travis-ci.org/oleg-balunenko/logs-converter.svg?branch=master" alt="Build Status"></img></a>
<a href="https://goreportcard.com/report/github.com/oleg-balunenko/logs-converter"><img src="https://goreportcard.com/badge/github.com/oleg-balunenko/logs-converter" alt="Go Report Card"></img></a>
<a href="https://coveralls.io/github/oleg-balunenko/logs-converter?branch=master"><img src="https://coveralls.io/repos/github/oleg-balunenko/logs-converter/badge.svg?branch=master" alt="Coverage Status"></img></a>
<a href="https://codecov.io/gh/oleg-balunenko/logs-converter"><img src="https://codecov.io/gh/oleg-balunenko/logs-converter/branch/master/graph/badge.svg" alt="CodeCov"></img></a>
<a href="https://codebeat.co/projects/github-com-oleg-balunenko-logs-converter-master"><img alt="codebeat badge" src="https://codebeat.co/badges/f8911e31-4de9-4444-a1ff-9063a272e897" /></a>
<a href="https://sonarcloud.io/dashboard?id=logs-converter"><img src="https://sonarcloud.io/api/project_badges/measure?project=logs-converter&metric=alert_status" alt="Quality Gate Status"></img></a>
<a href="https://www.codefactor.io/repository/github/oleg-balunenko/logs-converter"><img src= "https://www.codefactor.io/repository/github/oleg-balunenko/logs-converter/badge" alt="CodeFactor"></img> </a>
<a href="https://app.codacy.com/app/oleg.balunenko/logs-converter?utm_source=github.com&utm_medium=referral&utm_content=oleg-balunenko/logs-converter&utm_campaign=Badge_Grade_Dashboard"><img src="https://api.codacy.com/project/badge/Grade/d0577205bbf648efaa3385369447923d" alt="Codacity code quality"></img></a>
<a href="https://github.com/oleg-balunenko/logs-converter/releases/latest"><img src="https://img.shields.io/badge/artifacts-download-blue.svg" alt ="Latest release artifacts"></img></a>
</p>
[![Build Status](https://travis-ci.org/oleg-balunenko/logs-converter.svg?branch=master)](https://travis-ci.org/oleg-balunenko/logs-converter)
[![Go Report Card](https://goreportcard.com/badge/github.com/oleg-balunenko/logs-converter)](https://goreportcard.com/report/github.com/oleg-balunenko/logs-converter)
[![Coverage Status](https://coveralls.io/repos/github/oleg-balunenko/logs-converter/badge.svg?branch=master)](https://coveralls.io/github/oleg-balunenko/logs-converter?branch=master)
[![CodeCov](https://codecov.io/gh/oleg-balunenko/logs-converter/branch/master/graph/badge.svg)](https://codecov.io/gh/oleg-balunenko/logs-converter)
[![codebeat badge](https://codebeat.co/badges/f8911e31-4de9-4444-a1ff-9063a272e897)](https://codebeat.co/projects/github-com-oleg-balunenko-logs-converter-master)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=logs-converter&metric=alert_status)](https://sonarcloud.io/dashboard?id=logs-converter)
[![CodeFactor](https://www.codefactor.io/repository/github/oleg-balunenko/logs-converter/badge)](https://www.codefactor.io/repository/github/oleg-balunenko/logs-converter)
[![Codacity code quality](https://api.codacy.com/project/badge/Grade/d0577205bbf648efaa3385369447923d)](https://app.codacy.com/app/oleg.balunenko/logs-converter?utm_source=github.com&utm_medium=referral&utm_content=oleg-balunenko/logs-converter&utm_campaign=Badge_Grade_Dashboard)
[![Latest release artifacts](https://img.shields.io/badge/artifacts-download-blue.svg)](https://github.com/oleg-balunenko/logs-converter/releases/latest)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d0577205bbf648efaa3385369447923d)](https://app.codacy.com/app/oleg.balunenko/logs-converter?utm_source=github.com&utm_medium=referral&utm_content=oleg-balunenko/logs-converter&utm_campaign=Badge_Grade_Settings)

# logs-converter

Expand Down Expand Up @@ -36,7 +36,7 @@ on their basis insert MongoDB documents with a monotonous structure.
```

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d0577205bbf648efaa3385369447923d)](https://app.codacy.com/app/oleg.balunenko/logs-converter?utm_source=github.com&utm_medium=referral&utm_content=oleg-balunenko/logs-converter&utm_campaign=Badge_Grade_Settings)

6. download executable from latest relases [![artifacts](https://img.shields.io/badge/artifacts-download-blue.svg)](https://github.com/oleg-balunenko/logs-converter/releases/latest)

7. fill all flags from _Configuration_ part or run application with flag -h to see full help info
Expand Down

0 comments on commit dbc7a86

Please sign in to comment.