jinjor / deps-graph

An algorithm to prettify dependency graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deps-graph

An algorithm to prettify dependency graph.

Example

  ◊       a
  └◊      b
   ├──◊   c
   ├──┴◊  d
 ◊ │   │  f
◊│ │   │  k
├┴◊│   │  g
├─┴┴◊  │  h
└───├◊ │  i
    │└◊│  j
    └─┴┴◊ e

Sub-graph from [c, g]

   ◊   c
   └◊  d
◊   │  g
└◊  │  h
 ├◊ │  i
 │└◊│  j
 └─┴┴◊ e

Sub-graph to [d, h]

  ◊    a
  └◊   b
   ├◊  c
   ├┴◊ d
 ◊ │   f
◊│ │   k
├┴◊│   g
└─┴┴─◊ h

About

An algorithm to prettify dependency graph

License:MIT License


Languages

Language:TypeScript 100.0%