DEV Community

Sushant Bajracharya
Sushant Bajracharya

Posted on

 

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)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git