Skip to content

feat: add colored emoji output for CLI logging#387

Open
CodeByAlok24 wants to merge 2 commits intoneutralinojs:mainfrom
CodeByAlok24:feat/colored-cli-output
Open

feat: add colored emoji output for CLI logging#387
CodeByAlok24 wants to merge 2 commits intoneutralinojs:mainfrom
CodeByAlok24:feat/colored-cli-output

Conversation

@CodeByAlok24
Copy link
Copy Markdown

  • Red emoji (✗) for errors
  • Yellow emoji (⚠) for warnings
  • Green emoji (✓) for success/info messages

Improves visual differentiation and developer experience

- Red emoji (✗) for errors
- Yellow emoji (⚠) for warnings
- Green emoji (✓) for success/info messages

Improves visual differentiation and developer experience
- Error: red bold symbol + red background badge + red text
- Info: green bold symbol + green background badge + green text
- Warning: yellow bold symbol + yellow background badge + yellow text
@CodeByAlok24
Copy link
Copy Markdown
Author

Resolves #386

Updated Changes

Enhanced utils.js logging with chalk colors:

  • ✗ ERROR — red bold symbol + red background badge
  • ✓ INFO — green bold symbol + green background badge
  • ⚠ WARN — yellow bold symbol + yellow background badge

Before vs After

Before: plain white text for all messages
After: colored badges with bold symbols
Screenshot 2026-03-11 023437

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