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