Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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]

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 ./...
```