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.txtat 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.txtstatus- runsgit statusfor each subdirectorypull- runsgit pull -rin each subdirectory