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
Summary
I would like to request adding
go-enumbinaries to Homebrew repositories for macOS users to enable easy installation viabrew install.Motivation
Currently, macOS users need to manually install
go-enumusinggo installor building from source. Adding Homebrew support would:Current Installation Method
Proposed Installation Method