Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Git Draw | 1,981 | 5 years ago | 8 | mit | JavaScript | |||||
Allows you to draw in your github heatmap | ||||||||||
Defect Density Heatmap | 19 | 12 years ago | 4 | October 12, 2011 | mit | Ruby | ||||
Tool for generating tag clouds on your codebase in order to determine churn. | ||||||||||
Commit Flooder | 12 | 3 months ago | Shell | |||||||
A hack to get a nice github commit heatmap :) | ||||||||||
Ghht | 2 | a year ago | mit | Python | ||||||
Write text on the GitHub contribution heatmap by autogenerating commits |
Allows you to draw in your GitHub heatmap
This is a Chrome extension which will allow you to freely draw on your GitHub heatmap. You can then export your drawing to a script containing a git commit log. Once you've run and pushed this script to a new repository, your commit log will match the drawing you made.
Download the extension here:
https://chrome.google.com/webstore/detail/git-draw/aapcmdackhlfobmkcpplkjpfceihngkh?hl=en-US&gl=US
My Brother, Rich Friedland, made a comprehensive video on how to use the extension.
https://www.youtube.com/watch?v=ptzDfPZ--Qk
Because CSP. GitHub's CSP policy makes a bookmarklet next to impossible. There's a workaround involving injecting code into a canvas and then executing it from there, but that feels like something that'll be fixed. A Chrome extension makes it easier. Once you're done making your drawing, just uninstall the extension.
GitFiti: gelstudios/gitfiti - got the idea from here, and poked around their src to see how they were writing commit messages.