UNPKG

slds-json-schema-renderer

Version:

A CLI tool to generate documentation from JSON schema files

8 lines (7 loc) 274 B
/** * Main entry point for the JSON Schema Documentation Generator */ import * as cli from './cli/index.js'; import * as htmlGenerator from './utils/html-generator.js'; import * as schemaParser from './utils/schema-parser.js'; export { cli, htmlGenerator, schemaParser };