An open API service indexing awesome lists of open source software.

https://github.com/samcrosoft/npm-is-available

A node package to check if the name of package is available or not
https://github.com/samcrosoft/npm-is-available

Last synced: about 1 year ago
JSON representation

A node package to check if the name of package is available or not

Awesome Lists containing this project

README

          

# npm-is-available
A node package to check if the name of package is available or not

###Installation
npm install npm-is-available

###Usage

$ npm-is-available name_of_package
$ npm-is-available -h
$ npm-is-available -help
Examples
$ npm-is-available promise
$ Package Name Is Taken!
$ npm-is-available dancenigerianboy
$ Package Name Is Availble!