Today I Learned - Rocky Kev

TIL a tool to generate contributors to a open-source github project

POSTED ON:

TAGS:

I found this sweet tool that helps identify who are all the contributors to a project.

The Generator: contrib.rocks
The Repo: https://github.com/lacolaco/contributors-img/

The Code Snippet

<a href="https://github.com/RockyKev/jitsi-enhancer/graphs/contributors">
<img src="https://contrib.rocks/image?repo=RockyKev/jitsi-enhancer" />
</a>

Made with [contrib.rocks](https://contrib.rocks).

Related TILs

Tagged:

TIL the core-js spam trolling

This entire repo is a hilarious rabbit-hole when you combine this with everyone complaining about the console spam that the dev added to it asking if anyone can find him a job. One of my favorite PRs

TIL How many Fucks there are in Linux

As of today, in the Linux Repo, there are comments that contains the following mentions: 1,651 for hacks, 2,863 for workarounds, and 4,102 for fixme

TIL reverting git

Two solutions. One is re-write history and hide your mistakes. The other is showing the history, to remind you of your mistakes.