https://github.com/007tickooayush/rust-git-automate
A Project built for demonstrating the automation of git workflow using Rust Script.
https://github.com/007tickooayush/rust-git-automate
Last synced: 2 months ago
JSON representation
A Project built for demonstrating the automation of git workflow using Rust Script.
- Host: GitHub
- URL: https://github.com/007tickooayush/rust-git-automate
- Owner: 007tickooayush
- Created: 2025-01-03T14:23:43.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-05T07:35:21.000Z (5 months ago)
- Last Synced: 2025-01-30T14:41:06.186Z (4 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-git-automate
## LOCAL COMMANDS:
### `cargo run`:
This command will run the project in the development mode, but will execute the command for the current directory and will be only able to do so if the `origin` of the repository is set.### `cargo build --release`
This command will build the project in release mode, and deploy the binary in the `target/release` directory. The binary name will be `rust-git-automate`(which is the name of the project's root directory).## GLOBAL COMMANDS:
### `cargo install --path `:This command will install the binary of this project in the system. The binary will be installed in the `~/.cargo/bin` directory. The binary name will be `rust-git-automate`.