feat(cli): modernize CLI UI and improve user experience#18
Closed
CarlosEduJs wants to merge 2 commits intomainfrom
Closed
feat(cli): modernize CLI UI and improve user experience#18CarlosEduJs wants to merge 2 commits intomainfrom
CarlosEduJs wants to merge 2 commits intomainfrom
Conversation
- Add enhanced UI components with colors, emojis, icons and gradients - Implement rich table displays for all token types - Add visual color previews and WCAG contrast badges - Create progress spinners with category-specific feedback - Add automatic clipboard copy for generated tokens - Implement watch mode for live token regeneration - Add banner, boxes and better visual hierarchy - Update version to 0.3.0 - Add dependencies: boxen, cli-table3, gradient-string, clipboardy, chokidar BREAKING CHANGE: Clipboard now copies automatically without prompt
- Add custom help formatter with colors, emojis, and examples - Add centralized error handling with visual error boxes - Add typed CLIError class for better error categorization - Update all generate commands to use new error handlers - Remove duplicate validation code in gradient command - Clean up unused imports (emojis from generate.ts)
Owner
Author
|
Fechando para reabrir com a branch base correta (release/cli-v0.3.0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
watchcommand for auto-regeneration on config changesKey Changes
UI System (commit 6734290)
Help & Error Handling (commit 7b559a4)
CLIErrorclassNew Features
Technical Details
boxen,cli-table3,gradient-string,clipboardy,chokidarTesting