yag

Crates.ioyag
lib.rsyag
version0.2.1
sourcesrc
created_at2020-09-15 15:10:40.353864
updated_at2021-04-23 13:56:34.730957
descriptionYAG is Yet Another Git CLI tool
homepagehttps://github.com/cnwangjie/yag
repositoryhttps://github.com/cnwangjie/yag
max_upload_size
id289046
size85,590
Yunhao Zhang (cnwangjie)

documentation

README

yag

YAG is Yet Another Git CLI tool.

Rust crate.io crate.io

Installation

You can just use following command to install if you have already have cargo in your environment.

cargo install yag

If you have not installed rust tools already you can try to install cargo with following command.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

*above command is referenced from https://www.rust-lang.org/tools/install

Example

# list all pull requests of current repository
yag pr list

# get the details of #3 pull request of current repository
yag pr get 3

# submit a new pull request from current branch to master
yag pr new

Usage

Use yag help to see more details.

License

under the MIT License

Commit count: 29

cargo fmt