Hacker News new | ask | show | jobs
by KronisLV 409 days ago
> code retention charts

I really liked those charts, I wonder how you can generate them, whether there's a tool out there that you can just feed a Git repo into or something.

1 comments

pip install git-of-theseus git clone repo cd repo git-of-theseus-analyze . git-of-theseus-stack-plot cohorts.json
Thank you! This was super useful!