mix beam.file (beam_file v0.5.1)
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 --bytte-code
.
Decompiling with --elixir
returns the expanded Elixir code.