Skip to content

cli tool built with Rust that eases up the setup of Maven projects

Notifications You must be signed in to change notification settings

gangov/avtomator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avtomator

This project is a command-line tool that allows you to clone multiple git repositories and run maven clean install on them.

Getting Started

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

Installing

Clone the repository: git clone https://github.com/yourusername/yourproject.git
Enter the project directory: cd yourproject
Build the project: cargo build

Usage

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.

Built With

Rust - The programming language used
Rayon - Data parallelism library used
Dialoguer - Library used to create multi-select prompt

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

cli tool built with Rust that eases up the setup of Maven projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages