| Crates.io | repo_cmd |
| lib.rs | repo_cmd |
| version | 0.1.2 |
| created_at | 2020-05-03 15:28:12.65+00 |
| updated_at | 2020-05-04 04:41:04.174017+00 |
| description | A CLI tool to obtain the GitHub repository's full name, url, etc. from the name of the repository |
| homepage | |
| repository | https://github.com/takagiy/repo_cmd |
| max_upload_size | |
| id | 237107 |
| size | 35,526 |
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'...
You can install repo_cmd with cargo.
$ cargo install repo_cmd