A tool which facilitates the work with multiple repos as if it's a monorepo.
- Create you own monorepo-like directory
- Clone monolike inside
- Copy one of the runners from bin at the directory root (or install it globally)
- Done one of:
- Create
subprojects.txt
at the directory root and run./mono clone
(an example one is provided inetc/
) - Manually clone your subprojects in the directory
- Create
run from the root directory
$ ./mono cmd [args]
Commands
clone
- clones repos fromsubprojects.txt
status
- runsgit status
for each subdirectorypull
- runsgit pull -r
in each subdirectory