Skip to content

tiaanduplessis/name-available

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

    About

    πŸ” Check if package name is available on npm πŸ”

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Packages

    No packages published