I was considering making this installment of WeeklyFinds about cool form utilities.
But, as the new GitHub feature has brought so many cool projects and ideas to the table, I will be featuring github-readme-stats, "Dynamically generated stats for your GitHub readmes".
It does not only work for GitHub readme, but you can also use it here on DEV.to, and I imagine other markdown renderers as well.
Here is a sample of what it can do (take into account that it's a newborn, was created yesterday):
Go check it out, and give some love. ❤️
anuraghazra
/
github-readme-stats
⚡ Dynamically generated stats for your github readmes
GitHub Readme Stats
Get dynamically generated GitHub stats on your readmes!
View Demo · Report Bug · Request Feature
简体中文 · Español · Deutsch · 日本語 · Português Brasileiro · 한국어
Loved the project? Please consider donating to help it improve
Features
GitHub Stats Card
Copy paste this into your markdown content, and that's it. Simple!
Change the ?username=
value to your GitHub's username.
[](https://github.com/anuraghazra/github-readme-stats)
Note: Ranks are calculated based on user's stats, see src/calculateRank.js
Hiding individual stats
To hide any specific stats, you can pass a query parameter ?hide=
with comma separated values.
Options:
&hide=stars,commits,prs,issues,contribs

Adding private contributions count to total commits count
You can add the count of all your private contributions to the total commits count by using the query parameter ?count_private=true
.
Note: If…
Discussion
Thanks for sharing :D i'll be following this series
Cool, If you have any cool suggestions of projects to be featured, please let me know and will consider them!
Very cool! Implemented on my new github profile @ github.com/sheldonhull . Thanks for this!