Popularity
4.1
Declining
Activity
0.0
Stable
6
4
0

Monthly Downloads: 10
Programming language: Haskell
License: GNU General Public License v3.0 only
Tags: Web    

termcolor alternatives and similar packages

Based on the "Web" category.
Alternatively, view termcolor alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of termcolor or a related project?

Add another 'Web' Package

README

termcolor

Composable terminal colors for Haskell.

import Text.Termcolor
import Text.Termcolor.Style
import qualified Text.Termcolor.Foreground as F
import qualified Text.Termcolor.Background as B

main = putStrLn . format . underline . bold . (light . B.cyan) . (F.red) $ read "Hello World!"

demo output