31 lines
582 B
Markdown
31 lines
582 B
Markdown
# 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
|
|
|
|
[Goverter@v1.5.0]: https://github.com/jmattheis/goverter/tree/v1.5.0
|
|
[Bob@v0.28.1]: https://github.com/stephenafamo/bob/tree/v0.28.1
|
|
|
|
## Build
|
|
|
|
Install dependencies, then run the following command:
|
|
|
|
```sh
|
|
$ make build
|
|
```
|
|
|
|
If all success, the built binary will be available in the `bin` directory.
|