https://github.com/bf-rb/rails_cli
https://github.com/bf-rb/rails_cli
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bf-rb/rails_cli
- Owner: bf-rb
- License: mit
- Created: 2024-03-05T13:55:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T16:25:11.000Z (over 2 years ago)
- Last Synced: 2026-03-21T01:56:05.468Z (3 months ago)
- Language: Ruby
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# RailsCLI
[](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]