swiftplantuml

Generate UML class diagrams from Swift source code

brewmacoslinux
Try with needOr install directly
Source

About

Generate UML class diagrams from Swift sources

Commands

swiftplantuml

Examples

Generate UML diagram from a single Swift file$ swiftplantuml MyClass.swift
Generate UML diagram from all Swift files in a directory$ swiftplantuml /path/to/project
Generate UML diagram and save to a PlantUML file$ swiftplantuml MyClass.swift -o diagram.puml