Hacker News new | ask | show | jobs
by martinn 529 days ago
A while back while learning rust, I built a little tool that would kind of give you an aggregate view of what gource shows you but based on lines of code rather than commits. (i.e. see top contributors by lines of code on any git repo).

https://github.com/martinn/repoblame if anyone's curious.

1 comments

That's cool, would be nice if you got a GitHub Action to build the binaries and publish them on Releases... or even publish to crates.io :)
It looks like a PR would be appreciated xD

https://github.com/martinn/repoblame/issues/6

At this stage it's mostly been a toy learning project, but I can definitely do that if there's interest.