1.0.0 • Published 8 years ago

gulp-placeimg v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Dependency Status devDependency Status

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-dev

Exemple

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.