File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
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/... `
You can’t perform that action at this time.
0 commit comments