Changes since v1.1.0:
- Err reporter:
- make output better scannable (by adding spacing and coloring).
- Makes the violated rule + the severity of the violation visible (so it's easier to track what needs fixing)
- Nests nested packages in the dot reporter (in addition to just grouping them, which was already done in v1.1.0):
This command ...
bin/dependency-cruise -T dot -x "(node_modules|json$)" src | dot -T png > dependency-cruiser-cruised.png