Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladimyr/oss-name-check
OpenSource software name checker
https://github.com/vladimyr/oss-name-check
Last synced: about 1 month ago
JSON representation
OpenSource software name checker
- Host: GitHub
- URL: https://github.com/vladimyr/oss-name-check
- Owner: vladimyr
- License: mit
- Created: 2016-06-05T01:30:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-04T12:44:05.000Z (about 8 years ago)
- Last Synced: 2024-09-27T15:47:13.262Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
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
```bash
npm install -g vladimyr/oss-name-checker
```## How to use
Invoke ```check-name``` command inside your terminal followed by
desired application or module name:```bash
check-name [name]Options:
--version Show version number [boolean]
-j, --json print results in JSON format [boolean]
-h, --help Show help [boolean]
```