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 #96

Merged
merged 7 commits into from
Sep 16, 2024
Merged

Add install generator #96

merged 7 commits into from
Sep 16, 2024

Conversation

SethHorsley
Copy link
Collaborator

@SethHorsley SethHorsley commented Aug 27, 2024

🚀 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
Copy link
Collaborator Author

@cirdes don't squash these changes and also don't merge #97. or just review the pr's and i can merge them.

Copy link
Collaborator

@cirdes cirdes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very excited with this PR!

lib/rbui/railtie.rb Outdated Show resolved Hide resolved
@SethHorsley
Copy link
Collaborator Author

wait for rest of components to be migrated.

@SethHorsley
Copy link
Collaborator Author

this is part of #56

@SethHorsley
Copy link
Collaborator Author

Ok this is completely ready for final code review. @cirdes

Copy link
Collaborator Author

@SethHorsley SethHorsley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@SethHorsley SethHorsley merged commit 499294e into v1 Sep 16, 2024
4 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.

2 participants