Professor Diego Ariel Aizemberg.
See https://github.com/fabien0102/git2json
It is a tool that allows you to convert the git log into Json format. It is programmed in Node Js
- Install package globally -> npm i -g @fabien0102/git2json or yarn global add @fabien0102/git2json.
- Navigate to your local git repository folder, copy and paste the file logToJson.js
- Open the console in the .git folder path and run node logToJson.js
- It will generate a loggit.json file.
See https://github.com/nicoespeon/gitgraph.js/
A JavaScript library to draw pretty git graphs.