I'm missing Phoenix specific mix tasks, e.g. mix phoenix.gen.html
$ mix help | grep -i phoenix
mix local.phoenix # Updates Phoenix locally
mix phoenix.new # Creates a new Phoenix v1.2.1 application
$ mix -v
Erlang/OTP 19 [erts-8.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Mix 1.3.4
$ elixir -v
Erlang/OTP 19 [erts-8.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Elixir 1.3.4
I've re-installed Erlang, Node, Elixir, Phoenix on my Mac (using brew) and nothing seems to resolve the issue.
Here is the output running it from the Phoenix app directory
$ mix phoenix.new hello
$ cd hello
$ ls
README.md brunch-config.js deps mix.exs node_modules priv web _build config lib mix.lock package.json test
$ mix -h | fgrep phoenix
mix local.phoenix # Updates Phoenix locally
mix phoenix.new # Creates a new Phoenix v1.2.1 application