All Projects → naoty → flock

naoty / flock

Licence: MIT license
Object graph in Swift

Programming Languages

swift
15916 projects
Makefile
30231 projects

flock

Flock is a simple tool to create visual object graphs of Swift source code.

flock

To create the above diagram using Graphviz:

$ cd <flock repo>
$ flock Source > object_graph.dot
$ dot -Tpng object_graph.dot -o flock.png

Installation

$ brew tap naoty/misc
$ brew install flock

Usage

$ flock [folder of swift files] > object_graph.dot
$ dot -Tpdf object_graph.dot -o object_graph.pdf
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].