#crates #search #diff #cli #mine

app crates-io-cli

Interact with crates.io from the command-line

22 stable releases (3 major)

4.0.1 Mar 16, 2023
4.0.0 Nov 2, 2020
3.3.0 Jun 16, 2020
3.1.1 Mar 20, 2020
1.3.0 Dec 30, 2016

#3 in #crates

Download history 46/week @ 2023-02-12 43/week @ 2023-02-19 44/week @ 2023-02-26 30/week @ 2023-03-12 3/week @ 2023-03-19 5/week @ 2023-03-26 24/week @ 2023-04-02 59/week @ 2023-04-09 1/week @ 2023-04-16 3/week @ 2023-04-23 3/week @ 2023-04-30 46/week @ 2023-05-07 1/week @ 2023-05-14 26/week @ 2023-05-28

74 downloads per month

MIT and maybe LGPL-3.0-or-later

69KB
1K SLoC

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

... 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

Dependencies

~3–47MB
~831K SLoC