MichaelFarquhar / repoclone

πŸ›  NPM package to clone multiple GitHub repos into the current working directory for any given username or organization.

Home Page:https://www.npmjs.com/package/repoclone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repoclone

NodeJS NPM CLI

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.

Demo

πŸ”§ 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.

About

πŸ›  NPM package to clone multiple GitHub repos into the current working directory for any given username or organization.

https://www.npmjs.com/package/repoclone

License:MIT License


Languages

Language:JavaScript 100.0%