git_automate 0.1.0

A basic CLI to automate the git workflow
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.clap]
features = ["derive"]
version = "4.5.4"

[dependencies.names]
version = "0.14.0"

[package]
authors = ["tusharpamnani"]
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
description = "A basic CLI to automate the git workflow"
edition = "2021"
license = "MIT"
name = "git_automate"
readme = "README.md"
repository = "https://github.com/tusharpamnani/Github-Automation"
version = "0.1.0"