nst / objc_dep

Graph the import dependancies in an Objective-C project
1.35k stars 144 forks source link

Added parameter to exclude module names by regex #3

Closed jonreid closed 12 years ago

jonreid commented 12 years ago

I keep my test code in the same folders as the production code. So I needed a way to exclude certain modules from the dependency graph. For example:

python objc_dep.py -x "Test|Mock" .
nst commented 12 years ago

thank you for the improvement