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
- Host: GitHub
- URL: https://github.com/samcrosoft/npm-is-available
- Owner: samcrosoft
- License: mit
- Created: 2016-02-08T15:13:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T16:18:13.000Z (over 10 years ago)
- Last Synced: 2025-03-21T18:09:55.166Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!