Run complexity reports on git project and build full sets of data points in pure JSON format
npm install aristole
var aristotle = require("aristotle");
aristotle(/** fileGlob /, / Plato Options /, / callback **/);
aristotle("myproj/**/*.js", {}, function(jsonResults){ // process jsonResults });