gulp-compot

0.0.9 • Public • Published

gulp-compot

The gulp plugin of compot.

usage

var compot = require('gulp-compot');
 
gulp.task('compot', function(){
    gulp.src('path/to/src')
        .pipe(compot())
        .pipe(gulp.dest('path/to/dest'));
})

Readme

Keywords

none

Package Sidebar

Install

npm i gulp-compot

Weekly Downloads

0

Version

0.0.9

License

MIT

Last publish

Collaborators

  • kikurage