cloudflared-mirror/vendor/github.com/acmacalister/skittles
Dalton 046be63253 AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
..
LICENSE AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
README.md AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
skittles.go AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00

README.md

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