segiddins / cocoapods-dependencies

Shows a project's CocoaPods dependency graph
MIT License
252 stars 20 forks source link

Add options for [--image] command. #22

Closed Uonlyliveonce closed 5 years ago

Uonlyliveonce commented 5 years ago

If you want to use this tool in large project, you will get a much too crowded image. I have added ranksep & nodesep options for graphviz.

dnkoutso commented 5 years ago

Still want to merge this?

Uonlyliveonce commented 5 years ago

@dnkoutso Yep, i have changed yet. When i use default parameter, i get a messy image like this.

image But when i use --image --ranksep=5 --nodesep=.5, the result like this

image

I know that our project must be more graceful. But i dont'n want to get a useless image when i use this plugin.

segiddins commented 5 years ago

Thanks!