Crates.io | cargo-go |
lib.rs | cargo-go |
version | 0.4.4 |
source | src |
created_at | 2016-05-20 07:05:18.350465 |
updated_at | 2017-12-08 12:59:17.626231 |
description | A Cargo subcommand to ease navigation to the crates.io, documentation, home, and repository pages of a package. |
homepage | https://github.com/IvanUkhov/cargo-go |
repository | https://github.com/IvanUkhov/cargo-go |
max_upload_size | |
id | 5113 |
size | 14,229 |
A Cargo subcommand to ease navigation to the crates.io
, documentation, home,
and repository pages of a package.
cargo install cargo-go
cargo go foo # go to foo on crates.io
cargo go foo docs # go to foo’s documentation
cargo go foo home # go to foo’s home page
cargo go foo repo # go to foo’s repository
alias cgo='cargo go $(basename ${PWD}) repo' # go to the repository of the current package
Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.