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.
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
Under the hood goli
is going to use the go
binary installed in your system.
For running test command just use goli
instead of go
.
goli test ./... -v
After running the command you'll get an example of output: