Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 732 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 732 Bytes

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