1.0.5 • Published 9 months ago

repoclone v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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.

1.0.5

9 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

2 years ago