Re: [ANN] deps.edn dependency viewer

2018-12-20 Thread Chris Nuernberger
Newest version - Supports Leiningen and TADA: 1. Now there is an sh script. You can just install this and use it anywhere - no plugins, no muss, no fuss. 2. More graph manipulation options - highlight, prune, focus, remove. 3. Leiningen is supported along with profiles. That being said, I am

Re: [ANN] deps.edn dependency viewer

2018-12-20 Thread Alex Miller
#winning On Thursday, December 20, 2018 at 7:52:48 AM UTC-6, Tim Visher wrote: > > On Tue, Dec 18, 2018 at 12:46 PM Alex Miller wrote: > >> tda, tda.reader, tda.extensions >> > > To make an unrelated, unhelpful, and off-topic comment I will now be > referring to `tools.deps.alpha` exclusively as

Re: [ANN] deps.edn dependency viewer

2018-12-20 Thread Tim Visher
On Tue, Dec 18, 2018 at 12:46 PM Alex Miller wrote: > tda, tda.reader, tda.extensions > To make an unrelated, unhelpful, and off-topic comment I will now be referring to `tools.deps.alpha` exclusively as 'Tada!'. :) -- You received this message because you are subscribed to the Google Groups "

Re: [ANN] deps.edn dependency viewer

2018-12-18 Thread Alex Miller
Great stuff! (btw, I had to "brew install graphviz" on mac first to make it work) I looked at your tools.deps.alpha usage and I think you're fine on what you're using. I have thought about the api a lot and when we move out of alpha, I will try to make that clearer. Certainly, any public vars

[ANN] deps.edn dependency viewer

2018-12-18 Thread Chris Nuernberger
Clojurians-1.10.0: I recently released a small project that allows you to view the entire dependency graph of your deps.edn files. You can do this from the command line without installing anything or adding anything to your project. https://github.com/cnuernber/depsviz To do this, I had to get