0.0.4 • Published 1 year ago

nestjs-dependency-graph v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Nest.js dependency graph

Installing as dependency

npm install --global nestjs-dependency-graph

Add to package.json scripts

  "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.