JakubOboza / chalk

Color your terminal output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chalk

Very simply lib that will help you make your terminal output more colorful.

Import:

import "github.com/JakubOboza/chalk"

Start Coloring:

colorizedStr := chalk.Color(chalk.LIGHTBLUE, "I'm blue nananana...")
fmt.Println(colorizedStr)

Examples

examples are in examples/main.go file. Please do run it and watch the colours.

go run examples/main.go

About

Color your terminal output.

License:MIT License


Languages

Language:Go 99.6%Language:Makefile 0.4%