gulp-complexity

v0.3.2
A JavaScript complexity analysis gulp task
gulpplugin halstead cyclomatic complexity report analysis analyze

gulp-complexity

Analize the complexity and maintainability of code

Twin brother of grunt-complexity task

Install

npm install --save-dev gulp-complexity

Example

var gulp = require('gulp'),
    complexity = require('gulp-complexity');

gulp.task('default', function(){
    return gulp.src('*.js')
        .pipe(complexity());
});

Options

Bool breakOnErrors - Fail the task when files or functions are too complex. Default: true

License

MIT License (c) Alexey Raspopov

npm i gulp-complexity

Metadata

  • MIT
  • Whatever
  • Alexey Raspopov
  • released 10/14/2015

Downloads

Maintainers