In an elixir project mix.exs
file, we include the dependencies like so
defp deps(_) do
[
{:phoenix, "~> 0.6.1"},
{:ecto, "~> 0.2.0"}
]
end
Where's the repository that stores the elixir code for these dependencies?
Coming from a Ruby background, the deps function is analagous to a Gemfile. But I know gems by default pull from "rubygems.org". In otherwords, what's like the Rubygems.org for elixir?
This is mentioned in the documentation, it's in the Hex Package Manager.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With