samber / git-contrib-graph

📊 Displays a github-like contribution graph, of every contributors of a repository
10 stars 11 forks source link

Draw a line chart when --img is provided #3

Open samber opened 5 years ago

samber commented 5 years ago

Any Go library can be used for that job.

--img-dir output-graphs/ would be awesome (an image for each contributor).

FrontSide commented 5 years ago

I'll take this one if that's alright

FrontSide commented 5 years ago

I opened a PR with a proof of concept for this. If someone else wants to continue refine it, please do.

https://github.com/samber/git-contrib-graph/pull/15