pahen / madge

Create graphs from your CommonJS, AMD or ES6 module dependencies
MIT License
8.71k stars 312 forks source link

Adding option to not print the index #387

Closed mlostekk closed 8 months ago

mlostekk commented 11 months ago

As it is very helpful to sort the lines in the output of a circular dependency output file, I have added this option. This makes sorting the file easier as I do not have to remove hundreds of lines of indices first. With sorted files, reading the output and understanding big bottlenecks easier.

PabloLION commented 8 months ago

Thanks for the PR!