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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/b1649a0a-4503-40b8-ae3d-af535fc47140n%40googlegroups.com.

Reply via email to