Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Elixir Source Package?

Tags:

elixir

In Ruby you can easily view the source of the gem version used in your app with:

$ bundle open devise

Is there an equivalent in Elixir?

like image 406
steel Avatar asked Dec 12 '25 21:12

steel


1 Answers

There is no Elixir equivalent of bundle open GEM such as mix open DEP.

Having a package to add a mix open task for example, would add little convenience because Mix dependencies are project-specific and not global. You'd have to specify the package as a dependency for every project, unless you install it as an archive.

Instead, view the source with <editor> deps/<package> from your project's root directory.

like image 186
Dennis Avatar answered Dec 16 '25 00:12

Dennis



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!