An open API service indexing awesome lists of open source software.

https://github.com/bf-rb/rails_cli


https://github.com/bf-rb/rails_cli

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# RailsCLI

[![Gem](https://img.shields.io/gem/v/rails_cli?color=e9573f&include_prereleases&logo=rubygems&style=for-the-badge)](https://rubygems.org/gems/rails_cli)

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]: https://img.shields.io/badge/Ruby-cc342d.svg?style=flat&logo=ruby&logoColor=fff
[git-logo]: https://img.shields.io/badge/Git-000.svg?style=flat&logo=git&logoColor=f54d27
[rubocop-logo]: https://img.shields.io/badge/RuboCop-f5f5f5.svg?style=flat&logo=rubocop&logoColor=000
[vs-code-logo]: https://img.shields.io/badge/VS%20Code-2c2c32.svg?style=flat&logo=visualstudiocode&logoColor=22a8f1
[docker-logo]: https://img.shields.io/badge/Docker-003f8c.svg?style=flat&logo=docker&logoColor=fff
[ruby-gems-logo]: https://img.shields.io/badge/Ruby%20Gems-e9573f.svg?style=flat&logo=rubygems&logoColor=fff

[![ruby-logo]](https://www.ruby-lang.org/) [![git-logo]](https://git-scm.com/) [![rubocop-logo]](https://rubocop.org/) [![vs-code-logo]](https://code.visualstudio.com/) [![docker-logo]](https://www.docker.com/) [![ruby-gems-logo]](https://rubygems.org/)

## Installation

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

```sh
bundle add rails_cli
```

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

```sh
gem install rails_cli
```

## Usage

```sh
rails_cli
```
or
```sh
bundler exec rails_cli
```
---
Console:

[console]: assets/console-v0.0.1.jpeg

![console]