name-available

1.0.1 • Public • Published

name-available

Check if package name is available on npm



Built with ❤︎ by Tiaan and contributors

Table of Contents

Table of Contents
  • Install
  • Usage
  • CLI
  • Contribute
  • License
  • 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.

    Package Sidebar

    Install

    npm i name-available

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    124 kB

    Total Files

    10

    Last publish

    Collaborators

    • tiaanduplessis