gulp-bbdo

1.0.2 • Public • Published

BBDO Header

This Gulp plugin will prepend the BBDO header to any file. It will include the ascii art, a simple slogan, and the date of the build. See by yourself !

BBDO Header

How to use it

npm i -D gulp-bbdo
// assign the module to a local variable
const bbdo = require('gulp-bbdo');

// and pipe as you would do it with every other gulp plugin
gulp.src('./foo/*.js')
  .pipe(bbdo())
  .pipe(gulp.dest('./dist/'))

Readme

Keywords

Package Sidebar

Install

npm i gulp-bbdo

Weekly Downloads

1

Version

1.0.2

License

ISC

Last publish

Collaborators

  • ppluchon