gulp-pupa
v1.0.0
Published
[](https://github.com/nju33/gulp-pupa) [](https://www.npmjs.com/package/gulp-pupa) [;
const pupa = require('gulp-pupa');
() =>
gulp
.src('*')
.pipe(pupa({foo: 123}))
// `{foo: 123}` is just using as pupa's data (second arg).
.pipe(gulp.dest('.'));