Skip to content

andy-dorman/gulp-complexity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A JavaScript complexity analysis gulp task.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%