Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 653 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 653 Bytes

OpenSource software name checker

This utility contacts various popular opensource hosting providers and module repositories in order to check if given name is available.

Installation

npm install -g vladimyr/oss-name-checker

How to use

Invoke check-name command inside your terminal followed by desired application or module name:

check-name [name]

Options:
  --version   Show version number                             [boolean]
  -j, --json  print results in JSON format                    [boolean]
  -h, --help  Show help                                       [boolean]