gitinspector-csv
v1.2.25
Published
Simple module to parse gitinspector XML output and output a CSV file
Readme
GitInspector-CSV
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.
Usage
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-csvand run as follows
gitinspector-csv -i file.xml -o output.csvThen you can open output.csv in the reader of your choice.
