/chigo

🌈 Lolcat in Go: Rainbows and Unicorns!

Primary LanguageGoMIT LicenseMIT

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 📄