Skip to content

dcha7225/JSON-MD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

# First-issue
Generation of Markdown docs from JSON schema

In order to convert JSON schema file to markdown, there are several modules to install before running test.js,
1. json_schema_to_markdown module from https://www.npmjs.com/package/json-schema-to-markdown
2. tape module to test tap-producing from https://www.npmjs.com/package/tape
3. JSON Schema validator, https://www.npmjs.com/package/is-my-json-valid

npm install json_schema_to_markdown
npm install tape
npm install is-my-json-valid


test.js will convert the json schema files from the test/schemas folder and save them to the test/markdown directory.

node test.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published