MichaelCurrin / badge-generator

Magically generate Markdown badges for your docs 🛡️ 🦡 🧙
https://michaelcurrin.github.io/badge-generator/
MIT License
379 stars 110 forks source link

Add commit frequency #49

Open MichaelCurrin opened 3 years ago

MichaelCurrin commented 3 years ago
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/michaelcurrin/code-cookbook)

GitHub commit activity GitHub commit activity GitHub commit activity

Note username has to be lowercased despite that not matching my actual username.

Time: y, m, w

UPDATE these seem all to give errors occasionally in my README so are not reliable

MichaelCurrin commented 3 years ago
![](https://img.shields.io/github/last-commit/michaelcurrin/code-cookbook)

MichaelCurrin commented 3 years ago

For interest, with overrides

![](https://img.shields.io/github/last-commit/michaelcurrin/code-cookbook?color=red&label=custom%20label&logo=python&logoColor=green)