SwiftOutline

master

SwiftOutline is a tool to generate relationship graph of iOS ViewControllers
kenmaz/SwiftOutline

SwiftOutline

SwiftOutline is a tool to generate relationship graph of iOS ViewControllers.

Install

$ brew install kenmaz/taps/swiftoutline

Usage

$ swiftoutline --dir <path/to/sources>

Graph Examples

You can get a relationship graph of iOS ViewControllers like these:

kickstarter/ios-oss

kickstarter/ios-oss https://github.com/kickstarter/ios-oss

swiftoutline --dir Kickstarter-iOS/Views/Controllers/ --exclude Tests.swift

AnimeMaker (My Side Project 😁)

https://apps.apple.com/jp/app/animemaker/id405622194 Sample Graph

Options

$ swiftoutline --help
Usage:

    $ swiftoutline

Options:
    --dir [default: ["."]] - Target sources directory
    --exclude [default: ["Debug"]] - Keyword to exclude target source path
    --output [default: /tmp/graph.png] - Graph image file output path
    --dotfile [default: /tmp/graph.dot] - Intermediate .dot file output path

Description

  • Swift Tools 5.0.0
View More Packages from this Author

Dependencies

Last updated: Thu Mar 14 2024 00:23:27 GMT-0900 (Hawaii-Aleutian Daylight Time)