Jet is a handy tool for manipulating EDN. We use it in our build scripts to download all dependencies for a deps.edn, e.g.
clojure -P -M:$(jet --from edn --to json < deps.edn | jq -r '.aliases | keys | join(":")')
What do you think about adding jet as an argument for setup-clojure?
Jet is a handy tool for manipulating EDN. We use it in our build scripts to download all dependencies for a deps.edn, e.g.
What do you think about adding jet as an argument for setup-clojure?