gulp-verify
v1.0.0
Published
verify gulp plugins are not blacklisted
Downloads
2
Maintainers
Readme
gulp-verify
Validate installed gulp plugins through gulp's blacklist.
Install
npm install gulp-verify
Example
gulpfile.js
currently needs to stream a file (this file will remain untouched)
var verify = require('gulp-verify');
gulp.task('verify', function() {
return gulp.src('some_file.extension').pipe(verify());
});
Once this task runs it will console any plugins which have been blacklisted by gulp.