Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oguzsh/rails-interactive
The gem for setup rails development with interactive mode
https://github.com/oguzsh/rails-interactive
cli rails rails-cli ruby ruby-gem ruby-on-rails rubygem
Last synced: 3 days ago
JSON representation
The gem for setup rails development with interactive mode
- Host: GitHub
- URL: https://github.com/oguzsh/rails-interactive
- Owner: oguzsh
- License: mit
- Created: 2022-03-11T19:26:43.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2024-12-15T15:43:26.000Z (26 days ago)
- Last Synced: 2024-12-31T14:14:50.784Z (10 days ago)
- Topics: cli, rails, rails-cli, ruby, ruby-gem, ruby-on-rails, rubygem
- Language: Ruby
- Homepage: https://rubygems.org/gems/rails-interactive
- Size: 112 KB
- Stars: 34
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Rails Interactive
Rails Interactive is a CLI for Rails 7. Developers can create their Ruby on Rails projects with just a few keyboard clicks ๐
ยท
Report Bug
ยท
Request Feature
[![Gem Version](https://badge.fury.io/rb/rails-interactive.svg)](https://badge.fury.io/rb/rails-interactive)
### โก๏ธ Prerequisites
- Ruby >= 2.7.5
## โ๏ธ Installation
Make sure you have Ruby installed ([Ruby Homebrew](https://formulae.brew.sh/formula/ruby)). Version 2.7.5 or higher is required.```bash
$ gem install rails-interactive
```## ๐ก Usage
```bash
$ rails-interactive new
```
![demo](https://user-images.githubusercontent.com/15168877/178847614-56434964-c304-4e46-acb8-3279023e4ba6.gif)## ๐ Contributing
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## โ Supporters
Rails Interactive is an open source project that get motivate on donations ๐ฅณ If you want to support Rails Interactive, you can โ buy a coffee [here](https://www.buymeacoffee.com/oguzhanince) or be patron on [Patreon](https://patreon.com/oguzsh)| | User | Donation |
|------------------------- |------: |---------: |
| | [@sahin](https://github.com/sahin) | Gold Sponsor |
| | [@sadikay](https://github.com/sadikay) | Silver Sponsor |
| | [@adamdilek](https://github.com/adamdilek) | Silver Sponsor |## โ ๏ธ License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Contact
Oguzhan Ince - [@oguz_sh](https://twitter.com/oguz_sh) - [email protected]