-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Currently, the CLI output is plain text. While functional, it can be hard to quickly scan for important information, success messages, or next steps. Adding colors and better formatting would make the tool feel more modern and professional, significantly improving the developer experience.
I propose using a lightweight library like chalk or kolorist to add meaningful colors to the CLI output. For example:
- Green for success messages (e.g., "Project created successfully!").
- Cyan for informational text and prompts.
- Yellow for warnings or important notes.
- Bold for file paths or commands.
Additionally, I'd like to add a formatted summary box at the very end using a library like boxen that clearly tells the user the next steps (e.g., cd my-app, npm install, npm run dev).
We could leave it as is, but I believe this enhancement is a low-effort, high-impact change that would benefit all users.
This would be a great visual and user-experience enhancement for the project. I'm happy to work on this for #Hacktoberfest. Please let me know if you're open to this contribution, and I can start working on a PR.