enhancementgood first issue
仓库指标
- 星标
- (160 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Background
Currently, gonymizer users need to build this CLI using the Go Lang in their machines which is a manual cumbersome process. MacOS users are used to install packages using the Brew manager. We could make gonymizer available to install with Brew.
Go Releaser
We could leverage from the Go Releaser to keep the Homebrew Formula up-to-date through a CI workflow like GitHub Actions. See.