Continuing the discussion from Is it possible to run mix test for only one application in an umbrella?:
mix under
GLOB [TASK ARGS…]
Continuing the discussion from Is it possible to run mix test for only one application in an umbrella?:
mix under
GLOB [TASK ARGS…]
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
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