Skip to content

Commit

Permalink
chore: refactor and add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Oct 13, 2021
1 parent ecb3edb commit 72f091f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![Maintainability][maintainability-shield]][maintainability-url]
[![Coverage][coverage-shield]][coverage-url]


<br />
<div align="center">
Expand Down Expand Up @@ -222,13 +225,17 @@ Don't forget to give the project a star!

<!-- MARKDOWN LINKS & IMAGES -->

[contributors-shield]: https://img.shields.io/github/contributors/gabor-boros/minutes.svg?style=for-the-badge
[contributors-shield]: https://img.shields.io/github/contributors/gabor-boros/minutes.svg
[contributors-url]: https://github.com/gabor-boros/minutes/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/gabor-boros/minutes.svg?style=for-the-badge
[forks-shield]: https://img.shields.io/github/forks/gabor-boros/minutes.svg
[forks-url]: https://github.com/gabor-boros/minutes/network/members
[stars-shield]: https://img.shields.io/github/stars/gabor-boros/minutes.svg?style=for-the-badge
[stars-shield]: https://img.shields.io/github/stars/gabor-boros/minutes.svg
[stars-url]: https://github.com/gabor-boros/minutes/stargazers
[issues-shield]: https://img.shields.io/github/issues/gabor-boros/minutes.svg?style=for-the-badge
[issues-shield]: https://img.shields.io/github/issues/gabor-boros/minutes.svg
[issues-url]: https://github.com/gabor-boros/minutes/issues
[license-shield]: https://img.shields.io/github/license/gabor-boros/minutes.svg?style=for-the-badge
[license-shield]: https://img.shields.io/github/license/gabor-boros/minutes.svg
[license-url]: https://github.com/gabor-boros/minutes/blob/main/LICENSE
[maintainability-shield]: https://api.codeclimate.com/v1/badges/316725f57830f48733e8/maintainability
[maintainability-url]: https://codeclimate.com/github/gabor-boros/minutes/maintainability
[coverage-shield]: https://api.codeclimate.com/v1/badges/316725f57830f48733e8/test_coverage
[coverage-url]: https://codeclimate.com/github/gabor-boros/minutes/test_coverage
18 changes: 12 additions & 6 deletions www/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,25 @@

<p align="center">
<a href="https://github.com/gabor-boros/minutes/graphs/contributors">
<img src="https://img.shields.io/github/contributors/gabor-boros/minutes.svg?style=for-the-badge" />
<img src="https://img.shields.io/github/contributors/gabor-boros/minutes.svg" />
</a>
<a href="https://github.com/gabor-boros/minutes/network/members">
<img src="https://img.shields.io/github/forks/gabor-boros/minutes.svg?style=for-the-badge" />
<img src="https://img.shields.io/github/forks/gabor-boros/minutes.svg" />
</a>
<a href="https://github.com/gabor-boros/minutes/stargazers">
<img src="https://img.shields.io/github/stars/gabor-boros/minutes.svg?style=for-the-badge" />
<img src="https://img.shields.io/github/stars/gabor-boros/minutes.svg" />
</a>
<a href="https://github.com/gabor-boros/minutes/issues">
<img src="https://img.shields.io/github/issues/gabor-boros/minutes.svg?style=for-the-badge" />
<img src="https://img.shields.io/github/issues/gabor-boros/minutes.svg" />
</a>
<a href="https://gabor-boros.github.io/minutes/license">
<img src="https://img.shields.io/github/license/gabor-boros/minutes.svg?style=for-the-badge" />
<a href="https://github.com/gabor-boros/minutes/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/gabor-boros/minutes.svg" />
</a>
<a href="https://codeclimate.com/github/gabor-boros/minutes/maintainability">
<img src="https://api.codeclimate.com/v1/badges/316725f57830f48733e8/maintainability" />
</a>
<a href="https://codeclimate.com/github/gabor-boros/minutes/test_coverage">
<img src="https://api.codeclimate.com/v1/badges/316725f57830f48733e8/test_coverage" />
</a>
</p>
</div>
Expand Down

0 comments on commit 72f091f

Please sign in to comment.