Categorygithub.com/go-zoox/chalk
repositorypackage
1.0.2
Repository: https://github.com/go-zoox/chalk.git
Documentation: pkg.go.dev

# README

Chalk - Terminal string styling

PkgGoDev Build Status Go Report Card Coverage Status GitHub issues Release

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.