markdown-to-json-files

1.1.1 • Public • Published

Markdown to JSON Files

A Node promise function the converts a directory of markdown files into a directory of JSON files.

Usage

const mdToJson = require('markdown-to-json-files')
mdToJson(__dirname, './src', './out')
    .then(() => console.log('Done!'))
    .catch(console.error)

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i markdown-to-json-files

    Weekly Downloads

    0

    Version

    1.1.1

    License

    MIT

    Last publish

    Collaborators

    • amadoa
    • dalewray
    • codevelopit
    • mastaaaron
    • escasports
    • tbaustin
    • ken85rose