Fork me on GitHub
#announcements
<
2019-12-20
>
Alex Miller (Clojure team)19:12:05

tools.deps.graph 0.2.24 is now available, adding the --size flag to include jar sizes (if desired) in your deps.edn dependency graphs. Enjoy!

🎉 64
Alex Miller (Clojure team)19:12:28

If you have a deps.edn project and graphviz installed, you can probably try the new --size flag with: clj -Sdeps '{:aliases {:g {:deps {org.clojure/tools.deps.graph {:mvn/version "0.2.24"}} :main-opts ["-m" "clojure.tools.deps.graph" "--size"]}}}' -A:g

dominicm21:12:03

I don't suppose there's any indication of size in the size of nodes?

Alex Miller (Clojure team)21:12:38

Not currently, some of that stuff is kind of finicky, but might try something like that

dominicm21:12:10

Yeah. Dot isn't great for that kind of layout.

seancorfield20:12:29

org.clojure/java.data {:mvn/version "0.1.5"} https://github.com/clojure/java.data now supports constructor arguments via metadata and the ability to set properties on existing objects -- follow-up to #clojure or via DM

👍 4
uochan22:12:46

I just released dad a small configuration management tool ver 0.2.1! https://github.com/liquidz/dad Added REPL support and fixed some bugs. Demo screencast is available here. https://twitter.com/uochan/status/1208158269832695808

👍 12
dad 16
sogaiu18:12:28

i think it was a good idea to make the little video :thumbsup: (i found the current description "configuration management tool" to be vague.)