gulp-html2md

1.1.2 • Public • Published

gulp-html2md NPM version Build status

Cleans your HTML using html-md

Usage

First, install gulp-html2md as a development dependency:

npm install --save-dev gulp-html2md

Then, add it to your gulpfile.js:

var html2md = require('gulp-html2md');
 
gulp.task('default', function(){
  gulp.src('index.html')
    .pipe(html2md())
    .pipe(gulp.dest('build'));
});

The above will convert index.html to index.md!

/gulp-html2md/

    Package Sidebar

    Install

    npm i gulp-html2md

    Weekly Downloads

    1

    Version

    1.1.2

    License

    BSD-2-Clause

    Last publish

    Collaborators

    • hemanth