hraban / tomono

Multi- To Mono-repository merge
https://tomono.0brg.net
GNU Affero General Public License v3.0
842 stars 138 forks source link

Allow for a folder prefix for cloning #23

Closed jeffora closed 6 years ago

jeffora commented 6 years ago

This PR allows adding a folder prefix to clone into a subdirectory of the monorepo. For example, one could clone all repos into the packages/ folder by doing the following:

$ cat repos.txt | MONOREPO_NAME=mono MONOREPO_PREFIX=packages tomono
hraban commented 6 years ago

Hi Jeff, thanks for your contribution. Unfortunately I think #22 is a better candidate for solving this problem, so I'd rather not merge this in. Thanks though!

jeffora commented 6 years ago

Ah fair enough, I didn't even see #22!