sverweij / dependency-cruiser

Validate and visualize dependencies. Your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.
https://npmjs.com/dependency-cruiser
MIT License
5.15k stars 249 forks source link

Q: Dep Graph for each file #911

Closed sschneider-ihre-pvs closed 6 months ago

sschneider-ihre-pvs commented 7 months ago

Is it possible to have an output for each file in the dependency graph if the dependency graph as a whole is to overwhelming? Or is it possible to stretch the graph that there is not so much overlap? Or is there a way to make it more navigatable?

sverweij commented 6 months ago

Hi @sschneider-ihre-pvs this FAQ entry might be of help.

Not yet mentioned in that FAQ entry are other strategies:

See e.g. this graph of yarn, that combines a few of the above strategies - how that's done is described in real-world-samples.md.

Hope this helps!

sschneider-ihre-pvs commented 6 months ago

Ok cool I will try those options

github-actions[bot] commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.