...

/

Step 3: Make a Command-Line Executable

Step 3: Make a Command-Line Executable

Understand the details of executing the command line.

We'll cover the following...

Although we can run our code by calling the run function via mix, it isn’t friendly for other users. So, let’s create something we can run from the command line.

Update mix.exs file

...