Mix_under - A little task to run mix under specific umbrella applications

Continuing the discussion from Is it possible to run mix test for only one application in an umbrella?:

mix under GLOB [TASK ARGS…]

4 Likes

Updated mix under with a couple other features

Now you can run tasks on any directory not just below your umbrella ala make -C, and relative paths given as task arguments are expanded for you so that it plays well with IDEs.

So maybe mix under could be a global task just like mix phx.new

1 Like

Yeah, a global task would be preferable to me so that I can use it without having to modify the actual project I’m working on.

Done, just mix archive.install github vic/mix_under

2 Likes