colorette

🌈Easily set your terminal text color & styles

MIT License

Downloads
129.3M
Stars
1.6K
Committers
17

Bot releases are visible (Hide)

colorette - 2.0.0

Published by foldmap about 3 years ago

  • Introduce new API to allow instance reuse (#42).
    • New createColors function that returns an object with all the available color functions.
      • Color support is automatically detected, but you can override it via the useColor boolean property.
    • New isColorSupported property. true if the terminal supports color, false otherwise.
    • Remove options.enabled.
colorette - 1.4.0

Published by foldmap about 3 years ago

  • Implement more robust isTTY check (#63). Thank you, @kibertoad.
colorette - 1.3.0

Published by foldmap about 3 years ago

  • Improve CI environment color support check (#61, #62).
colorette - 1.2.2

Published by foldmap over 3 years ago

  • Upgrade dependencies (#57).
  • Migrate tests to Twist.
  • Clean up docs.
colorette - 1.2.1

Published by foldmap over 4 years ago

  • Support ES modules (#44, #45). Thank you, @jorgebucaran & @ai.
  • Switch to c8 for code coverage
colorette - 1.2.0

Published by foldmap over 4 years ago

  • Fix FORCE_COLOR bug (#41).
    • FORCE_COLOR=0 does not disable color, for that use NO_COLOR.
colorette - 1.1.0

Published by foldmap over 5 years ago

  • Revamp docs (fcacd2359aea2ae12a6f93a29d59517768f9962f, 068031a8562353a30d53badb9d1e17771dd318c8). 💅
  • Add support for NO_COLOR variable standard (0d5ec8160e09f795928471452c6fe19d65b0dcb9).
colorette - 1.0.0

Published by foldmap over 6 years ago

Colorette started out in 2015 by @jorgebucaran as a lightweight alternative to Chalk and was introduced originally as Clor.