Find Alias
Mix task that prints the filename and line number of alias.
I recently had to work on a project that used multi alias.
alias ModA.{ModB, ModC}
Searching for an alias was getting difficult so I wrote a mix task that would print the file and line number of the alias.
Hope it will help somebody