Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels