Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tatsumi0000/gorgon-eye
๐ gorgon-eye is RSS reader for CLI [WIP]
https://github.com/tatsumi0000/gorgon-eye
docker go
Last synced: 22 days ago
JSON representation
๐ gorgon-eye is RSS reader for CLI [WIP]
- Host: GitHub
- URL: https://github.com/tatsumi0000/gorgon-eye
- Owner: Tatsumi0000
- License: wtfpl
- Created: 2024-12-28T14:53:29.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-04T16:31:38.000Z (24 days ago)
- Last Synced: 2025-01-04T17:27:41.147Z (24 days ago)
- Topics: docker, go
- Language: Go
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ gorgon-eye [WIP]
RSS reader for CLI.## ๐งโ๐ป Develop
I develop with Docker, and we run Makefile to handle Docker commands with ease.1. Create docker container.
```
make dev/setup
```
2. Run docker container and go program.
```
make dev/run
go run main.go
```## ๐งช Test
```
make dev/run
go test -v ./...
```