Clones repositories specified in a Leeroy configuration file.
Run npm install -g clone-leeroy
.
In the parent folder for the repositories, run clone-leeroy CONFIG-NAME
.
To remember the Leeroy configuration for this folder, create a
.clonejs
file with the following contents:
{
"leeroyConfig": "CONFIG-NAME"
}