mamuz / PhpDependencyAnalysis

Static code analysis to find violations in a dependency graph
http://mamuz.github.io/PhpDependencyAnalysis/
MIT License
561 stars 45 forks source link

Adding a "render" command #42

Open brightbyte opened 5 years ago

brightbyte commented 5 years ago

The render command loads a previously generated analysis from a JSON file and outputs it in some other format (per default, SVG). This avoids duplicate analysis when one wants multiple outputs. This is relevant for big projects for which analysis can take several minutes.

I couldn't figure out how to properly make a test fir this using the frameworks used in the project. I'll add them if someone can clue me in.