- 🐥 Adds the
--ts-config
command line option as a .dependency-cruiser.json option - see the documentation for details. - 🐣 Adds a new dot reporter that colors modules based on their properties. Thanks to @davidlav for requesting this feature.
rcdot - rich coloured dot reporter
Adds a new reporter type (rcdot
) in the API and the command line that colors modules based on their properties. This enhances the visual grep-ability of the output, that especially helps with mixed source code bases. Typical usage:
depcruise --output-type rcdot --validate -- src | dot -T svg > coloreddependencies.svg