reponest 0.1.0-alpha

A TUI/CLI tool for managing multiple git repositories written in Rust.
Documentation
1
2
3
4
5
6
7
8
pub mod git_ops;
pub mod repo_info;
pub mod scanner;
mod worker;

pub use git_ops::{RepoInfoWorker, get_repos_info_parallel};
pub use repo_info::RepoInfo;
pub use scanner::scan_directories;