Skip to content

Commit 949ff59

Browse files
authored
Create README.md
1 parent 8962f65 commit 949ff59

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
![build](https://github.com/kaduartur/go-cli-spinner/workflows/build/badge.svg)
2+
[![codecov](https://codecov.io/gh/kaduartur/go-cli-spinner/branch/master/graph/badge.svg)](https://codecov.io/gh/kaduartur/go-cli-spinner)
3+
[![CodeFactor](https://www.codefactor.io/repository/github/kaduartur/go-cli-spinner/badge)](https://www.codefactor.io/repository/github/kaduartur/go-cli-spinner)
4+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5+
6+
# go-cli-spinner
7+
An easy spinner for Golang CLI
8+
9+
![go-cli-spinner](https://user-images.githubusercontent.com/17505818/85238202-cff38a00-b402-11ea-9310-ea773a6b565e.gif)
10+
11+
# How to run
12+
13+
Run command `go run ./cmd/main.go`
14+
15+
16+
# How to run test
17+
18+
Run command `go test ./pkg/...`

0 commit comments

Comments
 (0)