Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colors to the Console 🌈 #3

Closed
niloysikdar opened this issue Oct 19, 2022 · 1 comment
Closed

Colors to the Console 🌈 #3

niloysikdar opened this issue Oct 19, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request hacktoberfest This is included under Hacktoberfest released

Comments

@niloysikdar
Copy link
Owner

Description:

Isn't it great if we integrate colors to our console, that means our debug messages will be colorful 🌈

Outcome:

Colorful debug messages while using the debug flag
We can use yellow for info messages, green for success message 🚀

References:

As we're trying to keep the things simple and make the library very lightweight having no-dependencies, we're no going to use any 3rd party libraries (like chalk) for adding colors to the console. We can simply use some special escape sequences with the console.log. More info here.

@niloysikdar niloysikdar added hacktoberfest This is included under Hacktoberfest enhancement New feature or request labels Oct 19, 2022
@niloysikdar niloysikdar self-assigned this Oct 19, 2022
github-actions bot pushed a commit that referenced this issue Oct 19, 2022
# [1.2.0](v1.1.1...v1.2.0) (2022-10-19)

### Features

* **generate:** add colors with the console.log ([23ef6cf](23ef6cf)), closes [#3](#3)
@github-actions
Copy link

🎉 This issue has been resolved in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest This is included under Hacktoberfest released
Projects
None yet
Development

No branches or pull requests

1 participant