sverweij / dependency-cruiser

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

feat(report): adds a reporter that combines a dot reporter with executing dot and running the wrap-stream-in-html command #907

Closed sverweij closed 8 months ago

sverweij commented 8 months ago

Description

Motivation and Context

A reporter like this is more convenient than having to pipe dependency-cruiser's dot output through graphviz and through the html wrapper.

It also has drawbacks, which up till now held us back from implementing such a reporter:

This is why we'll keep it as an experimental and only sparsely documented feature until we've solved the above issues or we're convinced their impact is more limited than we believed.

How Has This Been Tested?

Types of changes

Checklist

codeclimate[bot] commented 8 months ago

Code Climate has analyzed commit cd42f31e and detected 0 issues on this pull request.

View more on Code Climate.