Git Product home page Git Product logo

yaioc's People

Contributors

bschaepper avatar stropho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

stropho

yaioc's Issues

Feat: Dependency Graph

Great to see that this project is active :)

I love the idea about the Dependency Graph. I would also like to have diagram for all the dependencies. I understand that

  1. it could be difficult to visualize it in the terminal
  2. it is not appropriate to include any library rendering some graphical chart in this package

Goal

After a little research, it seems that the easiest way to generate some kind of relation diagram would be to use a dot file ( https://en.wikipedia.org/wiki/DOT_(graph_description_language) ) There are plenty of tools that can generate output based on the dot file. I don't think it is even necessary to generate the dot file itself by this package.

Output

A simple structure as output would be sufficient to generate a dot file. Or to do any other analysis if it is the case.
For example

[
  ['componentFoo', ['dep1', 'dep2'],]
  ['componentBar', ['componentFoo', 'dep2']],
  // ...
]

What now ?

I'm willing to do (or help with) the PR. It seems it might not be that straightforward because of the possible children containers. Any pointers would be appreciated.

What do you think ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.