Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huonw/check-crates

Reads crates.io to find your crates and check they compile
https://github.com/huonw/check-crates

Last synced: about 1 month ago
JSON representation

Reads crates.io to find your crates and check they compile

Awesome Lists containing this project

README

        

# check-crates

```
check-crates 0.1.0

USAGE:
check-crates [FLAGS] [OPTIONS] [--] [ARGS]

FLAGS:
-c, --compile create a Cargo.toml containing the relevant crates and `cargo build` it instead of printing to stdout
-h, --help Prints help information
-s, --sole-owner only include crates for which the given user is the sole owner
-V, --version Prints version information

OPTIONS:
-i, --ignore ... ignore this crate

ARGS:
id the user id to find crates for
```