When including external repositories in your Phoenix Framework project, it is possible to pass a Github option:
{:example, "~> 0.9.9", github: "somewhere/example"}
Is there an option to include a local repository, similar to the Rails convention in the Gemfile?
gem 'somewhere', '0.0.2', :path => 'some/local/directory'
The parameter is just that, "path".
{:example, "~> 0.9.9", path: "some/local/directory"}
More of a Mix.Project question than a Phoenix question. See the mix deps
docs for more info.
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