0.2.1 • Published 7 years ago

pkexist v0.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

pkexist

Install

npm install -g pkexist

Usage

shell

$ pkexist react uba teeeeeest

返回信息:

teeeeeest: Congratulations, this package has't existed
react: Sorry, this package has existed
uba: Sorry, this package has existed

node

var pkexist = require(pkexist);
pkexist('react');
// react: Sorry, this package has existed
pkexist('teeeeeest')
// teeeeeest: Congratulations, this package has't existed
0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago