1.1.1 • Published 4 years ago

@deanacus/md-to-json v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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.