Repoclone is a barebones CLI tool that clones multiple GitHub repositories into the current working directory. With a simple command, enter a github username or organization and then select the repositories you want to clone.
The best way to use this tool is through npx. No additional options are required as the tool is fully interactable through prompts.
npx repocloneIf you'd like to install the package locally, you can use the following commands:
git clone https://github.com/MichaelFarquhar/repoclone.git
cd repoclone
npm installThen to run the command locally:
node index.jsPlease view the CHANGELOG file for all recent changes.
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request. Contributions are welcome!
This project is licensed under the ISC License - see the LICENSE file for details.
