stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

[RFC]: add dedicated packages for terminal colors and terminal color-detection

Open Snehil-Shah opened this issue 8 months ago • 0 comments

Description

This RFC proposes adding packages for terminal colors and terminal color detection.

Potential locations for the package are discussed here. Namely adding something along the lines of @stdlib/cli/colors and @stdlib/assert/supports-color is proposed.

Related Issues

Related discussions https://github.com/stdlib-js/stdlib/pull/2341#issuecomment-2156153697, https://github.com/stdlib-js/stdlib/pull/2254#discussion_r1610842438

Questions

No.

Prior art:

  • https://github.com/chalk/chalk
  • https://github.com/chalk/supports-color

Checklist

  • [X] I have read and understood the Code of Conduct.
  • [X] Searched for existing issues and pull requests.
  • [X] The issue name begins with RFC:.

Snehil-Shah avatar Jun 09 '24 12:06 Snehil-Shah