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?
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.
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