npm install --global nestjs-dependency-graph
"scripts": {
"nest-dep-graph": "nest-dg dist/app/app.module.js"
}
Don't forget to update the path to your root app.module file.
npm run build
npm run nest-dep-graph
Open http//:localhost:3000
See docs/Nx.md for information.