项目作者: hilbert-space

项目描述 :
Cargo subcommand to easy navigation
高级语言: Rust
项目地址: git://github.com/hilbert-space/cargo-go.git
创建时间: 2016-05-20T07:05:28Z
项目社区:https://github.com/hilbert-space/cargo-go

开源协议:Other

下载


Cargo Go Version Status Status

A Cargo subcommand to ease navigation to the crates.io, documentation, home,
and repository pages of a package.

Installation

  1. cargo install cargo-go

Usage

  1. cargo go foo # go to foo on crates.io
  2. cargo go foo docs # go to foo’s documentation
  3. cargo go foo home # go to foo’s home page
  4. cargo go foo repo # go to foo’s repository

Recipes

  1. alias cgo='cargo go $(basename ${PWD}) repo' # go to the repository of the current package

Contribution

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.