0.1.0 • Published 7 years ago

yaml-frontmatter-loader v0.1.0

Weekly downloads
1,307
License
MIT
Repository
github
Last release
7 years ago

yaml-frontmatter-loader for webpack

YAML Frontmatter loader for webpack. Converts YAML in files to JSON. You should chain it with json-loader.

Installation

npm install yaml-frontmatter-loader

Usage

Documentation: Using loaders

var json = require("json!yaml-frontmatter-loader!./file.md");
// => returns file.md as javascript object

License

MIT (http://www.opensource.org/licenses/mit-license.php)