acmacalister / skittles

Simple terminal colors in golang
MIT License
11 stars 1 forks source link

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