crates-io-cli

Crates.iocrates-io-cli
lib.rscrates-io-cli
version4.0.2
sourcesrc
created_at2016-12-26 15:09:43.666754
updated_at2023-10-22 07:01:18.099865
descriptionInteract with crates.io from the command-line
homepage
repositoryhttps://github.com/Byron/crates-io-cli
max_upload_size
id7782
size277,862
Sebastian Thiel (Byron)

documentation

README

Rust crates.io version

A command-line interface to interact with crates.io

Features

  • search crates.io interactively and open in browser asciicast

    asciicast

  • list recently changes crates asciicast

  • output modes for humans and machines asciicast

Installation

If you have Rust on your system:

cargo install crates-io-cli

If you are on NetBSD, a native package is available. To install it, simply run:

pkgin install crates-io-cli

... and if you have to install from scratch, the following will install Rust and the CLI at once:

{ command -v rustup 2>&1 >/dev/null || curl https://sh.rustup.rs -sSf | sh } && cargo install crates-io-cli

To install Rust on windows, you can follow the instrutions on rustup.rs.

Usage

You can learn what it can do by using the --help flag:

crates --help
Commit count: 548

cargo fmt