plato-git
v0.9.0
Published
Run complexity reports on git project and build full sets of data points in pure JSON format
Downloads
4
Readme
Plato-Git
Run complexity reports on git project and build full sets of data points in pure JSON format
Getting package
npm install plato-git
Usage
var platogit = require("plato-git");
platogit(/** fileGlob /, / Plato Options /, / callback **/);
platogit("myproj/**/*.js", {}, function(jsonResults){ // process jsonResults });