This commit is contained in:
perro tuerto 2023-01-25 19:33:39 -08:00
parent 9fa1234a4f
commit f2d4a3e6df
1 changed files with 4 additions and 2 deletions

View File

@ -4,9 +4,9 @@ YASD is a YAML format for human writable XSDs (XML Schema Definition), humans
declare what is indispensable, leaving the machines to do the rest of the declare what is indispensable, leaving the machines to do the rest of the
unreadable `<syntaxis who_can_read_this="?" />`. unreadable `<syntaxis who_can_read_this="?" />`.
## Workflow ## CLI Workflow
The following chart is the YASD CLI flow: The following chart is the YASD CLI workflow:
``` mermaid ``` mermaid
flowchart LR flowchart LR
@ -34,6 +34,8 @@ To better understad what YASD does, see the inputs and outputs:
- Output: computer processable schema in [XSD]. - Output: computer processable schema in [XSD].
- Output: human readable documentation in [Markdown]. - Output: human readable documentation in [Markdown].
## Table of Contents
[TOC] [TOC]
## Structure ## Structure