gulp-plato
Deprecated. Just use plato
directly.
Generate complexity analysis reports with plato
Issues with the output should be reported on the plato issue tracker.
Install
$ npm install --save-dev gulp-plato
Usage
var gulp = ;var plato = ; gulp;
API
plato(destDir, options)
destDir
Required
Type: string
Report destination.
options.jshint
Type: object
Options passed to JSHint.
options.complexity
Type: object
Options passed to complexity-report.
License
MIT © Sindre Sorhus