rails new

Create a new Rails application. More information: https://guides.rubyonrails.org/command_line.html#rails-new.

rails new blog

rails new {{app_name}} --api

rails new {{app_name}} {{[-d|--database]}} postgresql

rails new {{app_name}} {{[-J|--skip-javascript]}}

rails new {{[-h|--help]}}