This is a repository for the visualization component of it-depends. This tool enables developers to more easily visualize dependencies between entities in a software system (classes, files, etc...) which cut across commit history.
v2 is still in development. This is re-write of the original visualization to try out a few things. Mainly, I felt the directed graphs of the v1 were too hard to read as the commit histories got larger. Instead, v2 uses a matrix similar to an directed adjacency matrix.
- To run locally
yarn start
- To execute all tests:
yarn test