1.0.2 • Published 1 year ago

@ckie/gulp-plugin-pandoc v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.2

1 year ago