mix beam.file (beam_file v0.6.4)
Prints the decompiled source for a module.
mix beam.file module switch
The argument module specifies the module to decompile. The switch can be
one of --elixir, --erlang, or --byte-code.
Decompiling with --elixir returns the expanded Elixir code.