Files
compose_gen/docs/workflow.md
2026-01-08 23:04:58 -06:00

258 B
Executable File

    flowchart TD
    read --> src_paths
    src_paths --> cfg
    cfg --> parsed
    cfg --> template_args
    template_args --> dest_paths
    src_paths --> template
    parsed -->  template
    dest_paths --> template
    template --> write