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

Move main binary into cmd/git-xargs #18

Closed mmlb closed 3 years ago

mmlb commented 3 years ago

Would you accept a PR to move cmd/ into cmd/git-xargs/ ? This way a simple go get .../cmd/git-xargs is all that is needed (once #14 is merged) to get the git-xargs binary.

zackproser commented 3 years ago

Took a crack at it myself and tagged you on the PR - let me know if that's what you meant! Thanks