@averay/gulp-frontmatter
v1.0.0
Published
A Gulp plugin to load frontmatter from files in a gulp-data-compatible manner.
Downloads
5
Readme
@averay/gulp-frontmatter
A Gulp plugin to load frontmatter from files, storing the values on the files in a gulp-data-compatible manner, and passing the file along with the frontmatter section removed.
Usage
import frontmatter from '@averay/gulp-frontmatter';
gulp.src('...').pipe(/* Apply plugins */).pipe(frontmatter()).dest('...');