https://github.com/michaelfarquhar/repoclone
🛠 NPM package to clone multiple GitHub repos into the current working directory for any given username or organization.
https://github.com/michaelfarquhar/repoclone
cli clone-repos github-tools nodejs npm npx
Last synced: 8 months ago
JSON representation
🛠 NPM package to clone multiple GitHub repos into the current working directory for any given username or organization.
- Host: GitHub
- URL: https://github.com/michaelfarquhar/repoclone
- Owner: MichaelFarquhar
- License: mit
- Created: 2024-01-20T03:19:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T18:16:10.000Z (about 1 year ago)
- Last Synced: 2024-11-03T18:17:05.498Z (about 1 year ago)
- Topics: cli, clone-repos, github-tools, nodejs, npm, npx
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/repoclone
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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.
```bash
npx repoclone
```
## 💻 Local Installation and Usage
If you'd like to install the package locally, you can use the following commands:
```bash
git clone https://github.com/MichaelFarquhar/repoclone.git
cd repoclone
npm install
```
Then to run the command locally:
```bash
node index.js
```
## 📝 Changelog
Please view the [CHANGELOG](/CHANGELOG.md) 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](/LICENSE) file for details.