Please check previous discussions around this topic on this mailing list and Elixir issue tracker.
On May 22, 2021, "gmail.com" <[email protected]> wrote: > Hi > I'm a node.js developer and I like elixir a lot. One thing about > node.js is that you can install packages using: > ``` npm install <package name>``` > And it installs the latest version of the package and also adds it to > the list of dependencies in package.json. > But in elixir, you have to manually add the dependency to mix.exs. > I know, it's not big deal, but it would be nice if we could do > something like: > ```mix deps.install <package name>``` > And it installed the latest version of the package and also adds it to > the list of dependencies in mix.exs. > Thanks > -- > You received this message because you are subscribed to the Google > Groups "elixir-lang-core" group. > To unsubscribe from this group and stop receiving emails from it, > send an email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elixir-lang-core/b1649a0a-4503-40b8- > ae3d-af535fc47140n%40googlegroups.com > <https://groups.google.com/d/msgid/elixir-lang-core/b1649a0a-4503- > 40b8-ae3d- > af535fc47140n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/12f9460b1caac54ec420426cb806250f3a7b7371%40hey.com.
