Skip to content

Instantly share code, notes, and snippets.

@nikhil-2019
nikhil-2019 / PodTree.rb
Created June 10, 2022 12:49 — forked from swiftyfinch/PodTree.rb
🌳 Tiny utility for visualising CocoaPods dependencies tree. https://swiftyfinch.github.io/en/2020-06-20-pod-tree/
#!/usr/bin/ruby
require 'set'
# Constants
OUTPUT_BULLET = "•"
OUTPUT_BULLET_COLORS = [9, 3, 2, 75, 99]
# Help information
HELP_COMMANDS = ["-h", "--help", "help"]