Skip to content

tjchaplin/gulp-hammerdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gulp plugin for using hammerdown(A markdown to html generator)

Resources

License

Stars

Watchers

Forks

Packages

No packages published