go-enum
go-enum copied to clipboard
Add go-enum to Homebrew
Summary
I would like to request adding go-enum binaries to Homebrew repositories for macOS users to enable easy installation via brew install.
Motivation
Currently, macOS users need to manually install go-enum using go install or building from source. Adding Homebrew support would:
- Simplify installation process for macOS developers
- Provide version management through Homebrew
- Make the tool more accessible to developers who prefer package managers
Current Installation Method
go install github.com/abice/go-enum@latest
Proposed Installation Method
brew install go-enum
-Simplify installation process for macOS developers
+Simplify installation process for macOS/Linux developers
I'm using Linux and I enjoy having my tools up-to-date via homebrew, even my Go tools.
Side note, it's "pretty easy" (™️😅) to set up goreleaser to also set up homebrew
Hey, this sounds great, but I don't know enough about setting up a homebrew thing like that. It might take me a while to figure that all out 😢