Hi all,

I wrote a little wrapper around debtree to display circular dependencies
(https://salsa.debian.org/yadd/djpt/blob/master/circular-deps).

Example:
$ circular-deps node-buble|graph-easy --png && firefox graph.png

Or in text mode:
$ circular-deps node-buble|graph-easy --as_boxart

  ┌────────────────────────────────────────────────────────┐
  │                                                        │
  │                                                        │
  │    ┌────────────────────────────────┐                  │
  │    │                                ▼                  │
  │  ┌──────────────────────────┐     ┌────────────┐     ┌────────┐
  └▶ │ node-rollup-plugin-buble │ ──▶ │ node-buble │ ━━▶ │ rollup │
     └──────────────────────────┘     └────────────┘     └────────┘
       ▲                                ┃
       ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

Cheers,
Xavier

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to