Hi,
most Elixir related new projects start with editing mix.exs and adding one
or multiple deps. What is the reason that mix doesn't support the following
two commands out of the box?
- mix new --add-dep="ash" app
- mix deps.add ash
I don't care about the exact way of doing this (syntax wise,
mix deps.add was proposed a few times on this mailing list and I believe on forum too. Please see previous discussions.Wiadomość napisana przez Stefan Wintermeyer w dniu 15.10.2023, o godz. 11:13:Hi,most Elixir related new projects start with editing mix.exs and adding one or multiple deps. What
Am So., 15. Okt. 2023 um 11:25 Uhr schrieb Wojtek Mach :
> mix deps.add was proposed a few times on this mailing list and I believe
on forum too. Please see previous discussions.
Let's skip the idea of mix deps.add for a moment.
What about `mix new --add-dep="ash" app` ? All the arguments against