frontmd2json
v0.0.6
Published
convert markdown files with frontmatter to json
Downloads
7
Maintainers
Readme
frontmd2json
convert markdown files with frontmatter to json
Installation
npm install frontmd2json -gUsage
frontmd2json **/*.markdownJavaScript
var frontmd2json = require('frontmd2json')
var json = frontmd2json(['**/*.markdown', '**/*.md'])