Crates.io | git_automate |
lib.rs | git_automate |
version | 0.1.0 |
source | src |
created_at | 2024-06-03 19:13:21.644036 |
updated_at | 2024-06-03 19:17:41.238157 |
description | A basic CLI to automate the git workflow |
homepage | |
repository | https://github.com/tusharpamnani/Github-Automation |
max_upload_size | |
id | 1260401 |
size | 23,934 |
The GitHub Automator is a Rust-based tool designed to streamline and automate common Git operations on GitHub repositories. Whether you're adding, committing, and pushing changes, generating commit messages, or managing pull requests, this tool simplifies the process, saving you time and effort.
To get started with the GitHub Automator, follow these steps:
Installation: Clone the repository, compile the Rust project using Cargo, and install the tool globally.
git clone https://github.com/tusharpamnani/GitHub-Automator.git
cd GitHub-Automator
cargo build --release
cargo install --path .
Usage: Use the command-line interface to execute Git operations and automate your workflow.
git_automate --link <repository-link> --branch <branch-name>
--link
or -l
: The URL of the GitHub repository. This sets the remote origin if not already set.--branch
or -b
: The branch name to push to. If not specified, defaults to master
.--help
or -h
: Displays this help message and exits. Use this option to get information about the available command-line arguments and their usage.Contributions to the GitHub Automator are welcome! If you encounter any bugs, have feature requests, or want to contribute code improvements, feel free to open an issue or submit a pull request on the project's GitHub repository.
Before contributing, please review the project's contribution guidelines and code of conduct to ensure a positive and collaborative community environment.
The GitHub Automator is open-source software licensed under the MIT License. You are free to use, modify, and distribute the tool for any purpose, subject to the terms of the license.