We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to get clj-depend to print out the dependencies? Anything like the following would be great:
sample.controller.my-controller -> sample.logic.my-logic sample.controller.my-controller -> sample.model.my-model
I can get from there to Graphviz no problem. Cf., Visualize dependencies graphically
The text was updated successfully, but these errors were encountered:
@rally-greg are you thinking of something that prints the dependencies in text form like your example?
Sorry, something went wrong.
Yes. Something like this
analyzer.patch
No branches or pull requests
Is it possible to get clj-depend to print out the dependencies? Anything like the following would be great:
I can get from there to Graphviz no problem. Cf., Visualize dependencies graphically
The text was updated successfully, but these errors were encountered: