DEV Community

Sushant Bajracharya
Sushant Bajracharya

Posted on

5 3

Mix task to search for alias name

I recently had to work on a project which used multi alias

alias ModA.{ModB, ModC}
Enter fullscreen mode Exit fullscreen mode

Searcing is difficult on project like this so I wrote a mix task that would look for the alias name and then print the file and line number on the terminal.

https://github.com/sushant12/find_alias

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay