homobel / gulp-makebird

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

License:MIT License


Languages

Language:JavaScript 100.0%