Problem
Currently all neu CLI output uses plain text
with no visual differentiation between errors,
warnings, and success messages.
Proposed Solution
Add colored output using chalk:
- Red for errors
- Yellow for warnings
- Green for success messages
- White for info
Expected Outcome
Better developer experience with instantly
recognizable output types.
I'd like to implement this if maintainers agree.
Problem
Currently all neu CLI output uses plain text
with no visual differentiation between errors,
warnings, and success messages.
Proposed Solution
Add colored output using chalk:
Expected Outcome
Better developer experience with instantly
recognizable output types.
I'd like to implement this if maintainers agree.