gulp-belch

1.0.2 • Public • Published

gulp-belch

A gulp wrapper for the popular belch program.

Install

npm install --save-dev gulp-belch

Usage

//gulpfile.js
var gulp = require('gulp');
var belch = require('gulp-belch');
 
gulp.task('build', function() {
  return gulp.src('*.js')
    .pipe(gulp.dest('./public'))
    .pipe(belch());
});

Readme

Keywords

none

Package Sidebar

Install

npm i gulp-belch

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • chmontgomery