Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 625 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 625 Bytes

Horoskopy.cz CLI

Go

How to install

From source code:

go install github.com/kozaktomas/horoskopycli@latest

From releases

Download the newest version from Releases and put the binary to your $PATH.

Usage

./horoskopycli byk

Development

Make changes and run make and make it pass.

Run tests
make test
Fix lint
make lint-fix