fix(excalidraw-diagram-generator): correct template extensions and list all bundled files (#2772)

This commit is contained in:
Sepuri Sai Krishna
2026-08-24 07:07:11 +05:30
committed by GitHub
parent 22e0e1e504
commit e2769d62ed
+10 -3
View File
@@ -589,9 +589,16 @@ python scripts/add-arrow.py my-aws-diagram.excalidraw 565 330 650 350 --label "S
See bundled references for: See bundled references for:
- `references/excalidraw-schema.md` - Complete Excalidraw JSON schema - `references/excalidraw-schema.md` - Complete Excalidraw JSON schema
- `references/element-types.md` - Detailed element type specifications - `references/element-types.md` - Detailed element type specifications
- `templates/flowchart-template.json` - Basic flowchart starter - `templates/flowchart-template.excalidraw` - Basic flowchart starter
- `templates/relationship-template.json` - Relationship diagram starter - `templates/relationship-template.excalidraw` - Relationship diagram starter
- `templates/mindmap-template.json` - Mind map starter - `templates/mindmap-template.excalidraw` - Mind map starter
- `templates/business-flow-swimlane-template.excalidraw` - Business flow swimlane starter
- `templates/class-diagram-template.excalidraw` - Class diagram starter
- `templates/data-flow-diagram-template.excalidraw` - Data flow diagram starter
- `templates/er-diagram-template.excalidraw` - Entity-relationship diagram starter
- `templates/sequence-diagram-template.excalidraw` - Sequence diagram starter
- `scripts/add-icon-to-diagram.py` - Add icons from Excalidraw libraries to diagrams
- `scripts/add-arrow.py` - Add arrows (connections) between elements in diagrams
- `scripts/split-excalidraw-library.py` - Tool to split `.excalidrawlib` files - `scripts/split-excalidraw-library.py` - Tool to split `.excalidrawlib` files
- `scripts/README.md` - Documentation for library tools - `scripts/README.md` - Documentation for library tools
- `scripts/.gitignore` - Prevents local Python artifacts from being committed - `scripts/.gitignore` - Prevents local Python artifacts from being committed