Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
/ goli Public archive

A CLI tool for running Go commands with colorized output

License

Notifications You must be signed in to change notification settings

souavds/goli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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