This project is a command-line tool that allows you to clone multiple git repositories and run maven clean install on them.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Prerequisites
Rust 1.51 or higher
Git
Maven
Clone the repository: git clone https://github.com/yourusername/yourproject.git
Enter the project directory: cd yourproject
Build the project: cargo build
Edit the pathz.rs/set_git_repos() method
Run the program: cargo run
This will prompt you to select the git repositories you want to clone, and give a new folder name to clone the repositories in.
Rust - The programming language used
Rayon - Data parallelism library used
Dialoguer - Library used to create multi-select prompt
This project is licensed under the MIT License - see the LICENSE file for details.