pkg-avail

1.1.0 • Public • Published

pkg-avail

pkg-avail is a simple command-line tool that allows you to quickly check the availability of a package name on npm without the need for external dependencies.

Features:

  • you can check multiple packages with a single command.
  • different colour on console to make more human friendly.
  • --verbose mode available to get more information of packages.

Installation:

  • npm install -g pkg-avail or npm install pkg-avail

Usage:

  • default-mode-

  • check <package-name> or check <package-name1> <package-name2> ... as many you want

  • Replace , with the name you want to check for availability.

  • --verbose mode-

  • check <package-name> --verbose or check <package-name1> <package-name2> --verbose

Example 1:

  • command-
    check multer
  • output-
    Package name 'multer' is already taken.

Example 2:

  • command-

    check somerandomname infox struct-nd express
  • output-

    Screenshot

Example 3:

  • command-
    check somerandomname express text-effects --verbose
  • output-

Screenshot

Package Sidebar

Install

npm i pkg-avail

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

55.3 kB

Total Files

7

Last publish

Collaborators

  • suraj_chandra