gulp-makebird

0.0.4 • Public • Published

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)

Readme

Keywords

Package Sidebar

Install

npm i gulp-makebird

Weekly Downloads

5

Version

0.0.4

License

MIT

Last publish

Collaborators

  • archys