hex-name-cli
v1.0.0
Published
CLI for checking if a package name is available on Hex.pm
Downloads
3
Readme
hex-name-cli
CLI for checking if a package name is available on Hex.pm
Installation
npm install -g hex-name-cli
Usage
$ hex-name cowboy
#=> $ cowboy is unavailable
$ hex-name unicorn_module
#=> $ unicorn_module is available
Related
- hex-name - API for this module
License
MIT © Daniel Eckermann