Skip to content

Instantly share code, notes, and snippets.

@crazy4groovy
Created October 13, 2022 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crazy4groovy/c2c268dcdcddb31e2acafdbe0aa568f3 to your computer and use it in GitHub Desktop.
Save crazy4groovy/c2c268dcdcddb31e2acafdbe0aa568f3 to your computer and use it in GitHub Desktop.
dependency-cruiser to generate ES import dependencies as a map (SVG)
...
"scripts": {
"arch": "depcruise --include-only \"^src\" --output-type dot src | dot -T svg > dependencygraph.svg",
...
"dependencies": {
"dependency-cruiser": "^11.16.0",
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment