0.0.1 • Published 5 years ago

json-schema-to-md v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

JSON-schema-to-markdown

Take a JSON schema and generate a markdown string documenting the schema.

This is pretty basic, only check the schema for what I use so if you need more, PR welcomes :smile:

Installation

npm install json-schema-to-markdown

Usage

Node API

const generate = require('json-schema-to-markdown')

const markdown = generate(json, options)

CLI

json-schema-to-markdown schema.json > markdown.md

## License

MIT