gulp-plugin-cb
v1.0.0
Published
Transform Vinyl files using Gulp plugins but with a callback interface
Downloads
1
Readme
gulp-plugin-cb
Transform Vinyl files using Gulp plugins but with a callback interface.
Example
var transform = require('gulp-plugin-cb');
var uglify = require('gulp-uglify');
transform(file, uglify(), function onComplete(err, file) {
// file has been transformed with uglify
});
Installation
npm install gulp-plugin-cb
Tests
npm test
NPM scripts
npm run cover
This runs the tests with code coveragenpm run lint
This will run the linter on your codenpm test
This will run the tests.npm run trace
This will run your tests in tracing mode.npm run travis
This is run by travis.CI to run your testsnpm run view-cover
This will show code coverage in a browser
Contributors
- Matt Morgan