# README
Chalk - Terminal string styling
Installation
To install the package, run:
go get github.com/go-zoox/chalk
Getting Started
import (
"testing"
"github.com/go-zoox/chalk"
)
func main() {
fmt.Println(chalk.Red("Hello, World!"))
}
Inspired by
- chalk/chalk - 🖍 Terminal string styling done right
- ttacon/chalk - Intuitive package for prettifying terminal/console output
License
GoZoox is released under the MIT License.