npm2dot icon indicating copy to clipboard operation
npm2dot copied to clipboard

Import as node module

Open mithray opened this issue 6 years ago • 3 comments

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 ?

mithray avatar Jan 27 '19 02:01 mithray

please send a pull request

longtian avatar Jan 28 '19 01:01 longtian

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?

mithray avatar Jan 28 '19 10:01 mithray

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

longtian avatar Jan 29 '19 13:01 longtian