npm dependency-cruiser 4.5.0
over the rainbow (v4.5.0)

latest releases: 16.4.2, 16.4.1, 16.4.0...
6 years ago
  • 🐥 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

sample rcdot reporter output:
richmodulecolor

sample dot reporter output for the same source code:
dot

Don't miss a new dependency-cruiser release

NewReleases is sending notifications on new releases.