gulp-hyperx

1.0.4 • Public • Published

gulp-hyperx

gulpe plugin version of hyperxify.

Usage

const gulp = require('gulp');
const hyperx = require('gulp-hyperx');
 
gulp.task('hyperx', function () {
  return gulp.src(['index.js'])
    .pipe(hyperx())
    .pipe(gulp.dest('build'));
});
 
gulp.task('default', ['hyperx']);

/gulp-hyperx/

    Package Sidebar

    Install

    npm i gulp-hyperx

    Weekly Downloads

    2

    Version

    1.0.4

    License

    BSD

    Last publish

    Collaborators

    • boriest