You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would find it useful to be able to see the dependencies between modules in one directory and modules in another directory. The most obvious use case would be seeing how tightly coupled a directory is to a projects common directory. The --depends functionality seems to almost provide this, but I think it would be useful if it could accept a directory, or possibly a regex, to see dependencies to a set of modules. I'm happy to work on this but thought I would put it out there incase I'm missing some other way to do it.
The text was updated successfully, but these errors were encountered:
I would find it useful to be able to see the dependencies between modules in one directory and modules in another directory. The most obvious use case would be seeing how tightly coupled a directory is to a projects
common
directory. The --depends functionality seems to almost provide this, but I think it would be useful if it could accept a directory, or possibly a regex, to see dependencies to a set of modules. I'm happy to work on this but thought I would put it out there incase I'm missing some other way to do it.The text was updated successfully, but these errors were encountered: