gulp-grep-contents

0.0.1 • Public • Published

gulp-grep-contents

Gulp plugin for filtering files based on a regular expression matching their contents.

Usage

var grepContents = require('gulp-grep-contents');
 
gulp.src(['./templates/*.hbs'])
  .pipe(grepContents(/<head>/))
  .pipe(gulp.dest('./headers'));

Inverted

var grepContents = require('gulp-grep-contents');
 
gulp.src(['./templates/*.hbs'])
  .pipe(grepContents(/<head>/, {inverted: true}))
  .pipe(gulp.dest('./body'));

/gulp-grep-contents/

    Package Sidebar

    Install

    npm i gulp-grep-contents

    Weekly Downloads

    10

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • mikusd
    • mixmax-codeship
    • bradvogel
    • jessem3
    • ahmed-anas
    • guilhermemj
    • jsalvata
    • gabriel-mixmax
    • eduard.borges
    • raphaelbs
    • aaavakian
    • adborroto
    • mixmax_it
    • leonardo-mixmax
    • shrihari-mixmax
    • akashbhalla
    • stefano.dalpiaz
    • jordins
    • aminao
    • dombi
    • nzlaticmixmax
    • grahammixmax
    • jpdjere