codetwin 0.1.10

A code to diagram/documentation generator.
Documentation
1
2
3
4
5
6
7
8
# Example custom layout configuration
name = "simple"
output_file = "simple-custom.md"

[template]
header = "# Simple Custom Layout\n\n"
module = "## {{module.name}}\n\n**File**: {{module.source_path}}\n**Language**: {{module.language}}\n\n"
footer = "\n---\n\nGenerated by CodeTwin with custom layout."