cargo-name 1.0.1

Check whether a crate name is available on crates.io
Documentation
# cargo-name
[![crates.io version][1]][2] [![build status][3]][4]
[![downloads][5]][6] [![docs.rs docs][7]][8]

Check whether a crate name is available on crates.io.

- [Documentation][8]
- [Crates.io][2]

## Usage
```sh
cargo-name 0.1.0
Yoshua Wuyts <yoshuawuyts@gmail.com>
Check whether a crate name is available on crates.io

USAGE:
    cargo-name <name>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <name>    The name of the crate you're targeting.
```

## Installation
```sh
$ cargo add cargo-name
```

## License
[MIT](./LICENSE-MIT) OR [Apache-2.0](./LICENSE-APACHE)

[1]: https://img.shields.io/crates/v/cargo-name.svg?style=flat-square
[2]: https://crates.io/crates/cargo-name
[3]: https://img.shields.io/travis/yoshuawuyts/cargo-name.svg?style=flat-square
[4]: https://travis-ci.org/yoshuawuyts/cargo-name
[5]: https://img.shields.io/crates/d/cargo-name.svg?style=flat-square
[6]: https://crates.io/crates/cargo-name
[7]: https://docs.rs/cargo-name/badge.svg
[8]: https://docs.rs/cargo-name