Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.6 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.6 KB

RailsCLI

Gem

Rails CLI gem simplifies the initiation of Rails projects by offering a guided interface for selecting configurations, making it a must-have tool for junior developers and rapid project prototyping.

Used technologies, API, tools, etc

ruby-logo git-logo rubocop-logo vs-code-logo docker-logo ruby-gems-logo

Installation

Install the gem and add to the application's Gemfile by executing:

bundle add rails_cli

If bundler is not being used to manage dependencies, install the gem by executing:

gem install rails_cli

Usage

rails_cli

or

bundler exec rails_cli

Console:

console