Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Check whether a package name is available on bower

License

Notifications You must be signed in to change notification settings

sindresorhus/bower-name-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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