Crates.io | crates-io-cli |
lib.rs | crates-io-cli |
version | 4.0.3 |
source | src |
created_at | 2016-12-26 15:09:43.666754 |
updated_at | 2024-10-17 05:55:07.588642 |
description | Interact with crates.io from the command-line |
homepage | |
repository | https://github.com/Byron/crates-io-cli |
max_upload_size | |
id | 7782 |
size | 274,616 |
A command-line interface to interact with crates.io
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.
You can learn what it can do by using the --help
flag:
crates --help