From 7bcd6810cb4a165adc5299c6f12a689ff2afe4ac Mon Sep 17 00:00:00 2001 From: Anderson Konzen Date: Mon, 4 Sep 2017 00:37:38 -0300 Subject: [PATCH] Add new Phoenix tasks, mostly included in the 1.3.0 release --- src/_mix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/_mix b/src/_mix index 5ab41ba..bb4233f 100644 --- a/src/_mix +++ b/src/_mix @@ -95,6 +95,8 @@ _1st_arguments=( 'loadconfig:Loads and persists the given configuration' 'local:Lists local tasks' 'local.hex:Installs Hex locally' + 'local.phoenix:Updates Phoenix locally' + 'local.phx:Updates the Phoenix project generator locally' 'local.public_keys:Manages public keys' 'local.rebar:Installs Rebar locally' 'new:Creates a new Elixir project' @@ -109,6 +111,9 @@ _1st_arguments=( 'phx.gen.presence:Generates a Presence tracker' 'phx.gen.schema:Generates an Ecto schema and migration file' 'phx.gen.secret:Generates a secret' + 'phx.new:Creates a new Phoenix application' + 'phx.new.ecto:Creates a new Ecto project within an umbrella project' + 'phx.new.web:Creates a new Phoenix web project within an umbrella project' 'phx.routes:Prints all routes' 'phx.server:Starts applications and their servers' 'profile.fprof:Profiles the given file or expression with fprof'