ryanfobel / kicad-helpers

Scripts, templates, and examples for managing KiCad projects.
https://ryanfobel.github.io/kicad-helpers/
Other
1 stars 0 forks source link

Automatically add badges to README #20

Closed ryanfobel closed 2 years ago

ryanfobel commented 2 years ago

For example: https://github.com/sci-bots/dropbot-40-channel-HV-switching-board.kicad/blob/main/README.md

A kitspace badge can be generated by:

anybadge -l kitspace -v ok -f kitspace.svg 0=green

or alternatively, we can generate a badge with shields.io that checks that the kitspace project page is up, e.g.,:

https://img.shields.io/website?down_color=red&down_message=no&label=kitspace&up_color=sucess&up_message=ok&url=https%3A%2F%2Fkitspace.org%2Fboards%2Fgithub.com%2Fsci-bots%2Fdropbot-120-channel-test-board.kicad

kitspace

ryanfobel commented 2 years ago

I think it's probably best to have people edit the README manually.