npm dependency-cruiser 2.6.0
Max depth (v2.6.0)

latest releases: 16.7.0-beta-1, 16.6.0, 16.6.0-beta-1...
7 years ago
  • 🐣 adds an option to specify the maximum depth - as suggested in #16 by @brian428 see below for a description
  • ⬆️ various npm dependencies to latest
  • 🔧 adds travis as a ci (in addition to gitlab ci, which we've used from the start)

max-depth

Adds an option to limit the cruise depth - see command line option for the documentation.

Screenshots

depcruise -T dot -x node_modules --max-depth 1 bin/dependency-cruiser | dot -T png > 1.png

--max-depth 1
1

--max-depth 2
2

--max-depth 3
3

--max-depth 4
4

no max-depth specified:
0

Don't miss a new dependency-cruiser release

NewReleases is sending notifications on new releases.