An open API service indexing awesome lists of open source software.

https://github.com/kaduartur/go-cli-spinner

An easy spinner for Golang CLI
https://github.com/kaduartur/go-cli-spinner

cli cli-spinner command-line golang golang-cli golang-library

Last synced: 5 months ago
JSON representation

An easy spinner for Golang CLI

Awesome Lists containing this project

README

          

![build](https://github.com/kaduartur/go-cli-spinner/workflows/build/badge.svg)
[![codecov](https://codecov.io/gh/kaduartur/go-cli-spinner/branch/master/graph/badge.svg)](https://codecov.io/gh/kaduartur/go-cli-spinner)
[![CodeFactor](https://www.codefactor.io/repository/github/kaduartur/go-cli-spinner/badge)](https://www.codefactor.io/repository/github/kaduartur/go-cli-spinner)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# go-cli-spinner
An easy spinner for Golang CLI :smile:

![go-cli-spinner](https://user-images.githubusercontent.com/17505818/85238202-cff38a00-b402-11ea-9310-ea773a6b565e.gif)

# How to install:

Run command `go get -u github.com/kaduartur/go-cli-spinner`

# How to run:

Run command `go run ./cmd/main.go`

# How to test:

Run command `go test ./pkg/...`