Open mithray opened 5 years ago
please send a pull request
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?
I intend to keep the module as simple as output dot (as module name implies) file format for Graphviz only.
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 ?