Information about mix project from iex - Questions - Elixir Programming Language Forum
How is the proper way to get information about the running app from iex? Should I trust Mix.Project info? is it always relliable or is there a better way to access such information. I most worried about: what is the main app of the project? is it umbrella? if umbrella what are it’s children app name? what are the apps(dependencies) that are not umbrella apps? what are the modules loaded by each of those apps? I’m working on a tool to use in dev/test environment and I wanted some way to prop...
Ähnliche Seiten
Mix test ignoring --no-compile? - Questions - Elixir Programming Language Forum