Gulp Makebird Plugin
Usage
gulp.task('makebird', function() {
return gulp.src('script.js', {read: false})
.pipe(makebird())
.pipe(gulp.dest('build'));
});
Licence
The MIT License (MIT)
gulp.task('makebird', function() {
return gulp.src('script.js', {read: false})
.pipe(makebird())
.pipe(gulp.dest('build'));
});
The MIT License (MIT)
npm i gulp-makebird
1
0.0.4
MIT