Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hhatto/nanairo
- Owner: hhatto
- License: mit
- Created: 2013-08-31T16:49:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-08T17:09:06.000Z (about 11 years ago)
- Last Synced: 2024-06-20T22:36:45.113Z (5 months ago)
- Language: Go
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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