2.0.0 • Published 5 years ago

bower-name-cli v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Deprecated

Deprecated as Bower is practically unmaintained. Check out npm-name-cli instead.


bower-name-cli Build Status

Check whether a package name is available on bower

Install

$ npm install --global bower-name-cli

Usage

$ bower-name --help

  Usage
    $ bower-name <name>

  Examples
    $ bower-name multiline
    ✖ Unavailable
    $ bower-name unicorn-cake
    ✔ Available

  Exits with code 0 when the name is available or 2 when taken

Related

License

MIT © Sindre Sorhus