gulp-circular-dependency

0.1.2 • Public • Published

gulp-circular-dependency

build status

中文

Detect modules with circular dependencies when processing javascript

Install

npm install --save-dev gulp-circular-dependency

Usage

const gulp = require('gulp');
const circularDependency = require('gulp-circular-dependency');
 
gulp.task('default', () =>
    gulp.src('src/**/*.js')
        .pipe(circularDependency())
        .pipe(gulp.dest('dist'))
);

API

See the dependency-tree options.

License

MIT © dlhandsome

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    149
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    149
  • 0.1.1
    1

Package Sidebar

Install

npm i gulp-circular-dependency

Weekly Downloads

121

Version

0.1.2

License

MIT

Unpacked Size

6.7 kB

Total Files

11

Last publish

Collaborators

  • dlhandsome