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}} --database postgresql

rails new {{app_name}} --skip-javascript

rails new --help