Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

An algorithm to prettify dependency graph

License

Notifications You must be signed in to change notification settings

jinjor/deps-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published