goli
goli copied to clipboard
A CLI tool for running Go commands with colorized output
Goli
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:
