Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hhatto/nanairo

nanairo is a Go library that make the colorized output of terminal applications
https://github.com/hhatto/nanairo

Last synced: about 1 month ago
JSON representation

nanairo is a Go library that make the colorized output of terminal applications

Awesome Lists containing this project

README

        

# nanairo
nanairo is a Go library that make the colorized output of terminal applications.

[![Build Status](https://travis-ci.org/hhatto/nanairo.png?branch=master)](https://travis-ci.org/hhatto/nanairo)

## Installation

```
go get "github.com/hhatto/nanairo"
```

## Usage
```go
package main
import (
"fmt"
nanairo "github.com/hhatto/nanairo"
)

func main() {
fmt.Println(nanairo.FgColor("#c93", "Hello World"))
}
```

## License
MIT