gulp-placeimg
v1.0.0
Published
An PlaceHolder images plugin for gulp.
Downloads
15
Maintainers
Readme
Gulp PlaceImg
An PlaceHolder images plugin for gulp.
Replace all images by your choice or predefined selection of pictures.. with swag.
Installation
Install via npm:
npm install gulp-placeimg --save-devExemple
var gulp = require('gulp');
var placeimg = require('gulp-placeimg');
gulp.task('default', function () {
return gulp.src('dev/index.html')
.pipe(placeimg())
.pipe(gulp.dest('dist'));
});Configuration
Forthcoming
Contributing
Pull requests are welcome.
