repo_cmd

Crates.iorepo_cmd
lib.rsrepo_cmd
version0.1.2
sourcesrc
created_at2020-05-03 15:28:12.65
updated_at2020-05-04 04:41:04.174017
descriptionA CLI tool to obtain the GitHub repository's full name, url, etc. from the name of the repository
homepage
repositoryhttps://github.com/takagiy/repo_cmd
max_upload_size
id237107
size35,526
Yuki Takagi (takagiy)

documentation

README

Repo - obtaining the GitHub repository's full name, url, etc. from the name of the repository

HitCount Crates.io GitHub

repo is a command which can obtain the repository's full name; the {author}/{repository}-formatted string, from the name of the repository by connecting to the GitHub searching API.

$ repo rust
rust-lang/rust
$ repo url rust
https://github.com/rust-lang/rust.git
$ repo git-url rust
git://github.com/rust-lang/rust.git
$ repo link rust
https://github.com/rust-lang/rust
$ git clone $(repo url rust)
Cloning into 'rust'...

Installation

You can install repo_cmd with cargo.

$ cargo install repo_cmd
Commit count: 18

cargo fmt