badges / shields

Concise, consistent, and legible badges in SVG and raster format
https://shields.io
Creative Commons Zero v1.0 Universal
23.76k stars 5.5k forks source link

Github shields for other projects #881

Closed paulmelnikow closed 7 years ago

paulmelnikow commented 7 years ago

Thanks for this great project! I love it and use it often.

How feasible would it be to show shields for other projects?

For example, here is a list of zsh plugins. The "awesome lists" tend to list a lot of github repos. When looking at a list like that, it'd be helpful to know which ones have stars, forks, the number of contributors, and so on.

At a high level, what would be involved?

agboom commented 7 years ago

I'm curious as to what you mean with "other projects". Knowing which projects have stars involves just adding the right Shields integration to the corresponding project.

E.g. the first in the list of zsh plugins would be:

[![GitHub stars](https://img.shields.io/github/stars/dalefukami/accurev-zsh.svg?style=social&label=Star)]()

Resulting in: [GitHub stars]()

You can fork and edit the awesome list to add those shields :)

paulmelnikow commented 7 years ago

Yeah, indeed!