1.1.0 • Published 3 months ago

pkg-avail v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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](images/defalut_mode_op.png)

Example 3:

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

Screenshot

1.1.0

3 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago