UltiRequiem / chigo

🌈 Lolcat in Go: Rainbows and Unicorns!

Home Page:https://blog.ultirequiem.com/chigo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chigo πŸ¦„

Go Report Card Go Reference

Lolcat port for Golang 🌈

Showcase

Screenshot

Video πŸ“Ή

Installation

go install github.com/UltiRequiem/chigo@latest

Or use a binary from releases.

Documentation

It also exports utils to output with colors in your own CLI Tools.

package main

import (
        "fmt"
	chigo "github.com/UltiRequiem/chigo/pkg"
)

func main() {
	fmt.Println(chigo.Colorize("Hello, World!"))
}

A more complete example πŸ•΅οΈβ€β™‚οΈ

Autogenerated docs πŸ“‘

I also made a blog about this project πŸš€

Support

Open an Issue, I will check it a soon as possible πŸ‘€

If you want to hurry me up a bit send me a tweet πŸ˜†

Consider supporting me on Patreon if you like my work πŸš€

Don't forget to star the repo ⭐

Versioning

We use Semantic Versioning. For the versions available, see the tags 🏷️

Authors

Eliaz Bobadilla (a.k.a UltiRequiem) - Creator and Maintainer πŸ’ͺ

See also the full list of contributors who participated in this project.

Licence

Licensed under the MIT License πŸ“„

About

🌈 Lolcat in Go: Rainbows and Unicorns!

https://blog.ultirequiem.com/chigo

License:MIT License


Languages

Language:Go 100.0%