Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import as node module #2

Open
mithray opened this issue Jan 27, 2019 · 3 comments
Open

Import as node module #2

mithray opened this issue Jan 27, 2019 · 3 comments

Comments

@mithray
Copy link

mithray commented Jan 27, 2019

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
Copy link
Owner

please send a pull request

@mithray
Copy link
Author

mithray commented Jan 28, 2019

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants