Using with Elixir
Simply specify your Mix dependencies as two-item tuples like {:plug, "~> 1.1.0"} and Elixir will ask if you want to install Hex if you haven't already.
After installed, you can run $ mix local to see all available Hex tasks and $ mix help TASK for more information about a specific task.