crates_cli 0.1.0

A command line interface for finding and managing crates.
crates_cli-0.1.0 is not a library.

crates_cli

rust-clippy analyze A command line interface for finding and managing Rust crates, heavily inspired by cargo-edit.

Check the Usage page in the wiki for more info on how to use crates_cli.

Features:

  • find searches crates.io for a crate
  • show displays information about a crate, including homepage and documentation links.

Planned features:

  • add, rm, and version for managing dependencies
  • feature and related subcommands for managing features of dependencies
  • license retrieve the license of a crate

Collaboration:

Collaboration is welcome, both in the form of issues/ideas and pull requests! I'm still learning rust so feedback would be appreciated.

Formatting

This project uses rustfmt for formatting, and clippy for linting.