-
-
Notifications
You must be signed in to change notification settings - Fork 38
cli readme.md docs added #81
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
Conversation
The new README includes more details about the project, installation and usage instructions, contribution guidelines, and updated author information.
docs: improve and streamline `README` documentation
docs(cli): add and enhance README for Nurui CLI
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Caution Review failedThe pull request is closed. WalkthroughDocumentation-only changes: a minor formatting tweak in the root README and the addition of a detailed README for the Nurui CLI describing list/add commands and the add workflow. No code or API surface changes. Changes
Sequence Diagram(s)sequenceDiagram
actor Dev as Developer
participant CLI as Nurui CLI
participant Reg as Component Registry
participant FS as File System
participant Trans as TS→JS Transpiler
participant PM as Package Manager
Dev->>CLI: npx nurui add <component-name>
CLI->>Reg: Fetch components list
Reg-->>CLI: Components metadata
CLI->>CLI: Lookup selected component
CLI->>Dev: Prompt for TS/JS and naming if needed
CLI->>Reg: Download component files
Reg-->>CLI: Files archive/content
CLI->>FS: Create lib/utils (if missing)
alt JS chosen and source is TS
CLI->>Trans: Transpile TS→JS
Trans-->>CLI: JS files
end
CLI->>CLI: Detect package manager
CLI->>PM: Install dependencies
PM-->>CLI: Install result
CLI-->>Dev: Success summary
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related issues
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit