1.0.2 • Published 9 years ago

gulp-bbdo v1.0.2

Weekly downloads
3
License
ISC
Repository
-
Last release
9 years ago

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/'))
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago