Node.js module for converting XML output from GitInspector to a CSV file.
I implemented this to assist in the documentation of an academic project. Long term support will be somewhat limited.
Generate an XML report using GitInspector.
Make sure you have Node.js and NPM installed.
Then install as a global dependency
npm install -g gitinspector-csv
and run as follows
gitinspector-csv -i file.xml -o output.csv
Then you can open output.csv in the reader of your choice.