| Crates.io | crates_cli |
| lib.rs | crates_cli |
| version | 0.2.2 |
| created_at | 2022-06-06 09:24:25.11889+00 |
| updated_at | 2022-06-07 23:23:22.151312+00 |
| description | A command line interface for finding and managing crates. |
| homepage | |
| repository | https://github.com/willothy/crates_cli |
| max_upload_size | |
| id | 600646 |
| size | 70,643 |
A command line interface for finding and managing Rust crates, heavily inspired by cargo-edit.
What's new (v0.2.2):
Installation:
cargo install crates_cli
cargo crate [SUBCOMMAND] [OPTIONS] <crate>
Check the Usage page in the wiki for more info on how to use crates_cli.
find searches crates.io for a crateshow displays information about a crate, including homepage and documentation links.deps displays the dependencies of a crate.versions shows available versions for a crate, and allows you to filteradd, rm, and version for managing dependencies
feature and related subcommands for managing features of dependencies
license to retrieve the license of a crate
Collaboration is welcome. Feel free to submit issues and pull requests!
This project uses rustfmt for formatting, and clippy for linting.