24 stable releases (3 major)
4.0.3 | Oct 17, 2024 |
---|---|
4.0.2 | Oct 22, 2023 |
4.0.1 | Mar 16, 2023 |
4.0.0 | Nov 2, 2020 |
1.3.0 | Dec 30, 2016 |
#111 in Command line utilities
190 downloads per month
75KB
1K
SLoC
A command-line interface to interact with crates.io
Features
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
Dependencies
~3–26MB
~427K SLoC