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
- Host: GitHub
- URL: https://github.com/kaduartur/go-cli-spinner
- Owner: kaduartur
- License: apache-2.0
- Created: 2020-06-20T17:55:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T18:25:35.000Z (about 5 years ago)
- Last Synced: 2024-06-20T22:31:52.865Z (almost 2 years ago)
- Topics: cli, cli-spinner, command-line, golang, golang-cli, golang-library
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://codecov.io/gh/kaduartur/go-cli-spinner)
[](https://www.codefactor.io/repository/github/kaduartur/go-cli-spinner)
[](https://opensource.org/licenses/Apache-2.0)
# go-cli-spinner
An easy spinner for Golang CLI :smile:

# 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/...`