Lolcat port for Golang 🌈
Video 📹
go install github.com/UltiRequiem/chigo@latest
Or use a binary from releases.
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 🕵️♂️
I also made a blog about this project 🚀
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 ⭐
We use Semantic Versioning. For the versions available, see the tags 🏷️
Eliaz Bobadilla (a.k.a UltiRequiem) - Creator and Maintainer 💪
See also the full list of contributors who participated in this project.
Licensed under the MIT License 📄