Rails2Elixir - rails new
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
Posted In: #rails2elixir #elixir