crate-name-cli 1.0.0

Checks whether a package name is available on crates.io
crate-name-cli-1.0.0 is not a library.

crate-name-cli

Checks whether a package name is available on crates.io

Inspired by npm-name-cli.

Installation

cargo install crate-name-cli

Usage

Contributing

  1. Fork it (https://github.com/carlos-menezes/crate-name-cli/fork)
  2. Create your feature branch (git checkout -b feature/foo)
  3. Commit your changes (git commit -am 'Add some foo')
  4. Push to the branch (git push origin feature/foo)
  5. Create a new Pull Request