Basic package for CLI colors!
Go to file
2024-09-06 08:29:39 -05:00
tests Initial version 2024-08-28 09:37:42 -05:00
.gitignore Initial commit 2024-08-28 09:00:01 -05:00
color.go Change Code to Color, add better terminal support 2024-09-06 08:26:16 -05:00
go.mod Initial version 2024-08-28 09:37:42 -05:00
go.sum Initial version 2024-08-28 09:37:42 -05:00
LICENSE Initial commit 2024-08-28 09:00:01 -05:00
README.md Update readme 2024-09-06 08:29:39 -05:00

Color

Supported colors: black, white, red, green, blue, yellow, magenta, cyan

color.Blue.Print("Blue")
color.Blue.Printf("%s", "Blue")
color.Blue.Println("Blue")
blue := color.Blue.String("Blue")