gulp-hammerdown

1.0.1 • Public • Published

gulp-hammerdown

Gulp plugin for using hammerdown (streaming html to markdown generator)",

  • Issues with the output should be reported on the hammerdown issue tracker.*

Build Status

Install

$ npm install --save-dev gulp-hammerdown

Usage

var gulp = require('gulp');
var hammerdown = require('gulp-hammerdown');
 
gulp.task('documentation', function () {
    return gulp.src('./src/*.html')
        .pipe(hammerdown())
        .pipe(gulp.dest('./markdown/'));
});

API

hammerdown(options)

See the hammerdown options.

License

MIT © Tim Chaplin

Package Sidebar

Install

npm i gulp-hammerdown

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • tjchaplin