1.1.7 • Published 7 years ago

gulp-html-to-object v1.1.7

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

gulp-html-to-object

The gulp plugin of the lightweight HTML parser html-to-object.

Install

$ npm install --save-dev gulp-html-to-object

Usage

// source file
const modal = h2o('./src/file.html');
console.log(modal);
// gulpfile.js
const gulp = require('gulp');
const h2o = require('gulp-html-to-object');

gulp.task('javascript', () => {
  return gulp.src('./src/*.js')
    .pipe(h2o([options]))
    .pipe(gulp.dest('./dist'));
});

License

MIT © Max Sandelin

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago