@deanacus/md-to-json

1.1.1 • Public • Published

MD to JSON

A simple script for turning a directory of markdown files to a single JSON file.

Installation

npm install @deanacus/md-to-json

Usage

Add a npm script to run the script over your files:

"scripts": {
  ...
  "compile-json": "md-to-json ./path/to/markdown/files/ ./output/path/filename.json"
  ...
}

Then you can either call that script directly or as part of your build process.

Readme

Keywords

none

Package Sidebar

Install

npm i @deanacus/md-to-json

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

247 kB

Total Files

9

Last publish

Collaborators

  • deanacus