repoclone
v1.0.5
Published
Clone multiple GitHub repositories for a specified username or organization into the current working directory.
Downloads
67
Maintainers
Readme
Repoclone
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.
🔧 How To Use
The best way to use this tool is through npx
. No additional options are required as the tool is fully interactable through prompts.
npx repoclone
💻 Local Installation and Usage
If 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 install
Then to run the command locally:
node index.js
📝 Changelog
Please view the CHANGELOG file for all recent changes.
🤝 Contributing
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request. Contributions are welcome!
📄 License
This project is licensed under the ISC License - see the LICENSE file for details.