Skip to content

ReidWeb/GitInspector-CSV

Repository files navigation

GitInspector-CSV

npm version GitHub license npm downloads FOSSA Status dependencies Status

Build Status Code GPA Code Issues Code Coverage devDependencies Status Greenkeeper badge

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-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.