Fork me on GitHub
#tools-deps
<
2021-05-03
>
dvingo18:05:18

Is there any way to enable an alias in a dependent deps.edn based project? Use case is: I have one deps.edn based projects which depends on others which are all internal to the same organization. During development I want to enable the dev and test aliases (and possibly others) in each of those dependent projects. Pretty sure this is a feature request an not something that is supported.. What I'm imagining is:

my-org/my-lib  {:git/url "[email protected]:my-org/my-lib.git" :sha "xyz" :aliases #{:cljs :test}}

👍 2
dvingo18:05:00

thanks - voted!