gulp-placeimg

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i gulp-placeimg

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • baloran