npm i [email protected]:iflix/nestjs-dependency-graph.git --save-dev
"scripts": {
"nest-dep-graph": "node node_modules/nestjs-dependency-graph/dist/index.js dist/app/app.module.js"
}
Don't forget to update script path to your root app.module.js
file
npm run build
npm run nest-dep-graph
Open http//:localhost:3000