go | ||
schemas | ||
web | ||
.envrc | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md |
Bluemage
Reddit Image Downloader, but Codegen based
Development Setup
Dependencies
- Go 1.22.5+
- Goverter@v1.5.0
- Bob@v0.28.1
- NodeJS 20+
- ConnectRPC codegen related binaries:
- protoc-gen-go
- protoc-gen-connect-go
- protoc-gen-es
- protoc-gen-connect-es
Build
Install dependencies, then run the following command:
$ make build
If all success, the built binary will be available in the bin
directory.