crin

(crate information)

A handy CLI for the crates.io API

Features

Planned features

Usage examples

Show Crate Information

```sh $ 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 ```

Search

sh $ crin search network

Summary

```sh $ crin summary

More details on new crates

$ crin summary new ```

Lists

```sh $ 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... ```

Help

$ crin help $ crin help crate $ crin help summary new $ crin help list

Installation

sh $ cargo install crin