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

[Feature Request] Install via homebrew and other package managers #12

Closed Gidgidonihah closed 2 years ago

Gidgidonihah commented 3 years ago

Title says it all.

bdarfler commented 3 years ago

I wanted to expand on my +1 here. I tried installing via the go get option and ran into cannot find package "github.com/google/go-github/v32/github" which led me to this issue https://github.com/google/go-github/issues/1641 which didn't actually resolve the issue for me.

Was finally able to run go get from inside the git-xargs folder that was pulled when I ran go get github.com/gruntwork-io/git-xargs but this was after a number of dead ends and I was only able to get there because I have enough go exposure to be dangerous.

So I do have git-xargs installed but now I'm leaning towards experimenting with https://github.com/lindell/multi-gitter first since the install experience gives me more confidence in the project.

I say all this not to be a jerk but because I want to give a specific, actionable user experience report in hopes that it can help this project.

zackproser commented 2 years ago

Thanks for the issue report!

Thankfully, git-xargs now supports installation via homebrew and go get, so I'm going to close out this issue.