souavds / goli

A CLI tool for running Go commands with colorized output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goli

codecov Go Report Card Build

Goli is a CLI Tool for running Go commands with colorized output.

Note: Goli is still a WIP. It has very basic commands and limitations. Feel free to contribute with the project.

Installing

Using Goli is very easy. First, use go get to install the latest version of the library. This command will install the goli executable along with the library and its dependencies:

go get github.com/arthurvdiniz/goli

Commands

Under the hood goli is going to use the go binary installed in your system.

Test

For running test command just use goli instead of go.

goli test ./... -v

After running the command you'll get an example of output:

Text output command example

About

A CLI tool for running Go commands with colorized output

License:Apache License 2.0


Languages

Language:Go 100.0%