Skip to content

Run complexity reports on git project and build full sets of data points in pure JSON format

License

Notifications You must be signed in to change notification settings

neenhouse/Aristotle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aristotle Build Status

Run complexity reports on git project and build full sets of data points in pure JSON format

Getting package

npm install aristole

Usage

var aristotle = require("aristotle");

aristotle(/** fileGlob /, / Plato Options /, / callback **/);

aristotle("myproj/**/*.js", {}, function(jsonResults){ // process jsonResults });

About

Run complexity reports on git project and build full sets of data points in pure JSON format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published