Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add install generator #135

Merged
merged 7 commits into from
Sep 16, 2024
Merged

Add install generator #135

merged 7 commits into from
Sep 16, 2024

Conversation

SethHorsley
Copy link
Collaborator

🚀 Add RBUI Install Generator

🌟 Features

This PR introduces a new Rails generator for seamless installation of RBUI components and configuration. With this update, users can quickly set up a new Rails application with RBUI integration.

🛠️ New Generator: rbui:install

The new generator performs the following tasks:

  • 📦 Adds RBUI gem to the project
  • 🏗️ Sets up necessary configurations
  • 🎨 Installs and configures Tailwind CSS
  • 🔗 Configures JavaScript dependencies

🚀 Usage

To use this new feature:

  1. Set up a new Rails application
  2. Add the following to your Gemfile:
gem "rbui", path: "../rbui"
  1. Run the generator:
rails g rbui:install

📝 Notes

This generator aims to provide a smooth onboarding experience for new RBUI users. Feedback and suggestions for improvement are welcom

@SethHorsley SethHorsley merged commit d9215ca into main Sep 16, 2024
8 checks passed
@SethHorsley SethHorsley deleted the add-install-generator branch September 16, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant