Create badge for repos to include in their readme
cpyarger opened this issue · 5 comments
Pretty self explanatory
Take a look at my repo, under readme.md status section. Those are badges (:
https://shields.io/ allows for automatic badge generation using data from various api endpoints
Oh, I know badges. :)
But I'm not sure what kind of information you would like to display.
As you pointed out, there is shields and they offer already a wide range of badges related to GitHub?
Personally, I just want the total download count lol
shields has that (and more) already, hence I was unsure about your request. Search for "GitHub".
The release and download ones are particularly interesting, e.g:
[![Total Download Count](https://img.shields.io/github/downloads/cpyarger/obs-midi/total)](https://github.com/cpyarger/obs-midi/releases)
Closing this.