gruntwork-io / git-xargs

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec
Apache License 2.0
935 stars 62 forks source link

Homebrew suport #43

Closed estahn closed 3 years ago

estahn commented 3 years ago

Is your feature request related to a problem? Please describe.

Simple install experience via brew install git-xargs.

Describe the solution you'd like

Using goreleaser this should be easy to configure.

Example: https://github.com/estahn/cloudping/blob/master/.goreleaser.yml

chenrui333 commented 3 years ago

@estahn now you should be able to install with brew install git-xargs

estahn commented 3 years ago

@estahn now you should be able to install with brew install git-xargs

Great, much appreciated. It worked!

brikis98 commented 3 years ago

Ah, lovely, thank you @chenrui333!

chenrui333 commented 3 years ago

@brikis98 my pleasure :)