diff --git a/README.md b/README.md new file mode 100644 index 0000000..f67fa23 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white) +![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black) +![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0) + +# lottery + +Play National Lottery from your terminal. + +![Selection Prompt](./img/selectionprompt.png) + +![Draw](./img/draw.png) + +## Install + +```console +go install github.com/onyx-and-iris/lottery-cli/cmd/lottery@latest +``` + +## Special Thanks + +- [spf13](https://github.com/spf13) for the [cobra](https://github.com/spf13/cobra) +- [Charm](https://github.com/charmbracelet) developers for the [fang](https://github.com/charmbracelet/fang), [lipgloss](https://github.com/charmbracelet/lipgloss) and [huh](https://github.com/charmbracelet/huh) packages. \ No newline at end of file diff --git a/img/draw.png b/img/draw.png new file mode 100755 index 0000000..2781a3b Binary files /dev/null and b/img/draw.png differ diff --git a/img/selectionprompt.png b/img/selectionprompt.png new file mode 100755 index 0000000..2beb2e3 Binary files /dev/null and b/img/selectionprompt.png differ