Crates.io | crin |
lib.rs | crin |
version | 0.2.0 |
source | src |
created_at | 2019-04-17 09:57:21.28193 |
updated_at | 2019-04-21 21:15:43.759387 |
description | Crate Information Utility CLI |
homepage | |
repository | https://github.com/joseluis/crin |
max_upload_size | |
id | 128523 |
size | 111,801 |
(crate information)
A handy CLI for the crates.io API
$ crin show regex-syntax
# If you want to show the number of reverse dependencies use `-r` or `--reverse`:
$ crin show -r regex-syntax
# If you want the full list of reverse dependencies use `-rr` or `--reverse --reverse`:
$ crin show -rr regex-syntax
$ crin search network
$ crin summary
# More details on new crates
$ crin summary new
$ crin list # show your existing lists
$ crin list new devlist # create a new list named 'devlist'
$ crin list add devlist reqwest # add the crate to your list
$ crin list add devlist clap # add another crate
$ crin list show devlist -i # show information about each crate
$ crin list rem devlist clap # remove the crate from your list
$ crin list help # for more...
$ crin help
$ crin help crate
$ crin help summary new
$ crin help list
$ cargo install crin