1.0.1 • Published 3 years ago

@gulp-plugin/pandoc v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@gulp-plugin/pandoc npm (custom registry) GitHub Package Registry version

Build Coverage Status dependencies Status

A JavaScript/TypeScript Pandoc plugin for Gulp

Installation

npm install --save-dev @gulp-plugin/pandoc

Usage

Then, add it to your gulpfile.js:

const collect = require('@gulp-plugin/pandoc');

gulp.src('docs/**/*.md')
	.pipe(pandoc({ from: 'markdown', to: 'html', ext: '.html' }))
	.pipe(gulp.dest('docs/'));

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.0.1

3 years ago