Rails new is the command which generates a new Rails project. The equivalent would be the phoenix new command. Here is the equivalent:

mix phoenix.new project_name

Other things to know:

mix phoenix.new --help

mix phoenix.new project_name --database mysql

Reference