Fork me on GitHub
#leiningen
<
2016-02-10
>
jcromartie22:02:26

is there a good way to merge multiple leiningen project.clj files?

jcromartie22:02:34

like I have projects A B and C

jcromartie22:02:40

and they all have their own project.clj

jcromartie22:02:47

I want to combine these projects and all of their dependencies

jcromartie22:02:52

without going over them all by hand

jcromartie22:02:03

I suppose I could just feed their dependencies into a Clojure function as data