1.0.1 • Published 6 years ago

name-available v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Install

$ npm install --save name-available
# OR
$ yarn add name-available

Usage

const nameAvailable = require('name-available')

nameAvailable('ava').then(console.log) // false

CLI

$ npm install --global name-available
# OR
$ yarn global add name-available

Then:

$ 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.