1.0.0 • Published 1 year ago

@averay/gulp-frontmatter v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@averay/gulp-frontmatter

View code coverage on codecov

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('...');

MIT License

1.0.0

1 year ago

0.1.0

1 year ago