mdmodels 0.2.10

A tool to generate models, code and schemas from markdown files
Documentation
1
2
3
4
5
6
7
8
9
10
[meta]
name = "Unit Definition"
description = "This TOML file orchestrates the conversion of the UnitDefinition schema to various formats."
paths = ["unit-definition.md"]

[generate]
xml-schema = { out = "unit-definition.xsd" }
json-schema = { out = "unit-definition.json", root = "UnitDefinition" }
internal = { out = "unit-definition-internal.json" }
mk-docs = { out = "../../docs/types/unit-definition.md", nav = "true" }