cloudflared-mirror/vendor/github.com/acmacalister/skittles/README.md

732 B

Skittles

Miminal package for terminal colors/ANSI escape code.

alt tag

Install

go get github.com/acmacalister/skittles

import "github.com/acmacalister/skittles"

Example

package main

import (
  "fmt"
  "github.com/acmacalister/skittles"
)

func main() {
  fmt.Println(skittles.Red("Red's my favorite color"))
}

Supported Platforms

Only tested on OS X terminal app, but I would expect it to work with any unix based terminal.

Docs

Help