gulp-inspect

print to console what is in your gulp pipeline

Usage no npm install needed!

<script type="module">
  import gulpInspect from 'https://cdn.skypack.dev/gulp-inspect';
</script>

README

gulp-inspect

makes it easy to inspect gulp pipelines. Can be easily turned on and off.

Buildstatus/Dependencies

Build Status Dependency Status bitHound Dependencies bitHound Code Coverage Status

Usage

gulp.task("inspection",function(){
    gulp.src("./test/test.md")
        .pipe(plugins.gulpInspect(true))
        .pipe(gulp.dest("./test/result/"));
});

The code above produces a console output like this: console.png

About the authors:

Project Phase

Support Us