Elixir allows you to add aliases for your mix commands. Cool thing if you want to save yourself some typing.
Open mix.exs in your Elixir project.
First, add aliases/0 function to the keyword list that the project function returns.
Adding () at the end of the aliases function will prevent compiler...