Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - TreyBastian/colourize: An ANSI colour terminal package for Go

An ANSI colour terminal package for Go. Contribute to TreyBastian/colourize development by creating an account on GitHub.

Visit SiteGitHub - TreyBastian/colourize: An ANSI colour terminal package for Go

GitHub - TreyBastian/colourize: An ANSI colour terminal package for Go

An ANSI colour terminal package for Go. Contribute to TreyBastian/colourize development by creating an account on GitHub.

Powered by 0x5a.live ๐Ÿ’—

colourize

GoDoc Build Status Coverage Status Go Report
Card

An ANSI colour terminal package for Go. Supports all ANSI colours and emphasis. Not compatible with Windows systems.

Project is no longer maintained.

This project is no longer maintained. However it's also complete. It has not and will not be updated with new Go features.

Installation

 go get github.com/TreyBastian/colourize 

Usage

package main
import (
    c "github.com/TreyBastian/colourize"
    "fmt"
)

func main() {
  fmt.Println(c.Colourize("Hello World!", c.Green, c.Whitebg, c.Bold))
}

Projects Using colourize

GoLang Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.