microplane

Make git changes across many repositories in parallel

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool to make git changes across many repos

Commands

microplane

Examples

Initialize microplane for a set of repositories$ microplane init --org myorg --repo-regex 'repo-.*' --branch feature-branch
Clone all matching repositories$ microplane clone
Execute a script across all cloned repositories$ microplane plan -b 'sed -i "s/oldtext/newtext/g" file.txt'