longtian / npm2dot

Convert npm dependency list to dot file which can be visualized using graphiz
MIT License
59 stars 3 forks source link

Import as node module #2

Open mithray opened 5 years ago

mithray commented 5 years ago

I am working on an implementation of this that will allow easily importing as a node module. Are you still actively using this? Would you be interested in a pull request or is it better to publish my own module completely ?

longtian commented 5 years ago

please send a pull request

mithray commented 5 years ago

Ok. There are a number of projects that seem to do similar but slightly different things, for different inputs/outputs etc. Webpack has a dependency graph built into it, so I was wondering what you thought about the output of something like webpack --json compared to npm ls --json. There are also other tools like the npm package graphviz and madge and dagre.

Can I ask what you see this package as being so that I don't try to make it something that it is not?

longtian commented 5 years ago

I intend to keep the module as simple as output dot (as module name implies) file format for Graphviz only.