1.0.1 • Published 8 years ago
name-available v1.0.1
Install
$ npm install --save name-available
# OR
$ yarn add name-availableUsage
const nameAvailable = require('name-available')
nameAvailable('ava').then(console.log) // falseCLI
$ npm install --global name-available
# OR
$ yarn global add name-availableThen:
$ available funky-mega-project
#
# funky-mega-project is yours for the taking 🎉
#Contribute
Contributions are welcome. Please open up an issue or create PR if you would like to help out.
License
Licensed under the MIT License.