Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 230 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 230 Bytes

PodGraph

Generate visible graph from Podfile.lock

How to use

  • run command brew install graphviz
  • run python PodGraph.py yourPodfile.lock's path.For example
python PodGraph.py ./WeChat/Podfile.lock

That's it !