mix_deps_add
mix_deps_add copied to clipboard
Elixir mix task to auto-add a new dependency to mix.exs
Hello @bryanstearns, thanks for trying to tackle this problem. I understand the last commit was in 2017, but I was having trouble adding this project to my environment. ``` mix...
I've seen failures with this error parsing a reasonably-formatted `mix.exs` file. When I rebuild the tool locally to add debug output, the problem goes away. I'm going to release a...
Currently, `mix deps.add phoenix` would add 1.3.0-rc.1 instead of 1.2.3; it'd be better for `--pre` to select the prerelease version.