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