Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

baloran/gulp-placeimg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Status devDependency Status Build Status

Gulp PlaceImg

An images PlaceHolder plugin for gulp.

Replace all pictures by pictures of your choice or by a 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'));
});

All src will be replaced.

Configuration

Forthcoming

Contributing

Pull requests are welcome.

About

An PlaceHolder images plugin for gulp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published