Twaha-Rahman/e-commercify

[REQUEST] Improve console output with colors

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.

As suggested in #54, we could make use of colors to improve the readability of console output such as error messages and other warnings. For example, using red for errors and yellow for warnings.

Describe the solution you would like

Chalk is a suitable library for this task, with an easy to use chainable API.