feat: added design comment system support to cli to make it easier fo…#52
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughAdds a Changesadd-design-comments feature
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What / why
To make it easier for users to setup and run the new patternfly design commenting system, we added it to the cli.
How to test
In a repo run where you want to add the design commenting system run:
patternfly-cli add-design-commentslaunch the application and verify that the design commenting system has been added.
Checklist
npm run lintandnpm testpass locallyfeat:,fix:,docs:,chore:Summary by CodeRabbit
add-design-commentsCLI command to install and integrate@patternfly/design-commentsinto React projects, with support for an optional target path and--git-initflag for automatic Git repository initialization.