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 need to focus on the cyclic dependencies in a quite complex application. Currently the output of depcruise -T err src show them in textual form, but I think that having them in graphical format is better to find patterns.
Before I was using madge that has options to show graphically only cyclic dependencies (and also orphan modules). Is it possible to have something similar also in depcruise?
Currently I use the following command to have a beautiful chart of dependencies for my application:
The application is written in TypeScript + Vue on Windows.
Expected Behavior
Here is an example of cycle chart generated using madge:
I want something similar.
Current Behavior
Maybe the functionality is already there but I was not able to find it.
Possible Solution
Considered alternatives
Currently the only alternative is using depcruise -T err but it is text only or madge --extensions ts,vue --ts-config tsconfig.json -i out.png -c --warning file.vue
The text was updated successfully, but these errors were encountered:
Context
I need to focus on the cyclic dependencies in a quite complex application. Currently the output of
depcruise -T err src
show them in textual form, but I think that having them in graphical format is better to find patterns.Before I was using
madge
that has options to show graphically only cyclic dependencies (and also orphan modules). Is it possible to have something similar also in depcruise?Currently I use the following command to have a beautiful chart of dependencies for my application:
The application is written in TypeScript + Vue on Windows.
Expected Behavior
Here is an example of cycle chart generated using
madge
:I want something similar.
Current Behavior
Maybe the functionality is already there but I was not able to find it.
Possible Solution
Considered alternatives
Currently the only alternative is using
depcruise -T err
but it is text only ormadge --extensions ts,vue --ts-config tsconfig.json -i out.png -c --warning file.vue
The text was updated successfully, but these errors were encountered: