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'));

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gulp-grep-contents

    Weekly Downloads

    37

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • alan-hadyk
    • leonardo-mixmax
    • dmytro.prysiazhnyi
    • laszlovaspal
    • akashbhalla
    • hishank
    • danyloderkach
    • sergey.polyarush
    • jordins
    • eugene.safronov.dewais
    • joneslloyd
    • kamilgruszka
    • tharindu-wj
    • aminao
    • enuma
    • adriandmitroca
    • mixmaxkristina
    • corridonimatias
    • mikusd
    • mixmax_it
    • andra.lazariuc
    • danaya
    • adborroto
    • aaavakian
    • dnechay
    • raphaelbs
    • guilhermemj
    • eduard.borges
    • mixmax-codeship
    • bradvogel
    • jessem3
    • jsalvata
    • gabriel-mixmax