hex-name-cli

CLI for checking if a package name is available on Hex.pm

Usage no npm install needed!

<script type="module">
  import hexNameCli from 'https://cdn.skypack.dev/hex-name-cli';
</script>

README

hex-name-cli

CLI for checking if a package name is available on Hex.pm

Travis npm version npm downloads npm license

Installation

npm install -g hex-name-cli

Usage

$ hex-name cowboy
#=> $ cowboy is unavailable

$ hex-name unicorn_module
#=> $ unicorn_module is available

Related

License

MIT © Daniel Eckermann