Crates.io | cargo-ls-crates |
lib.rs | cargo-ls-crates |
version | 0.4.7 |
source | src |
created_at | 2023-05-04 10:07:01.911439 |
updated_at | 2023-06-14 14:01:06.562348 |
description | A tool to easily list installed cargo packages an their descriptions! |
homepage | https://github.com/bejker123/cargo-crates |
repository | https://github.com/bejker123/cargo-crates |
max_upload_size | |
id | 856546 |
size | 16,721 |
First make sure you have cargo installed. Than you can the command below.
$ cargo install cargo-crates
#clone the repo
$ git clone https://github.com/bejker123/cargo-crates
$ cd cargo-crates
#build it
$ cargo build --release
$ cargo ls-crates [OPTIONS]
# OPTIONS:
# -h --help print help
# -v print versions
# -d print descriptions
# Examples:
$ cargo ls-crates -v # print package names and versions
$ cargo ls-crates -d # print package names and descriptions
$ cargo ls-crates -vd # print package names, descriptions and versions
$ cargo ls-crates -dv # print package names, descriptions and versions
# Note: Invalid arguments will be ignored.