guneyural / Hello-Friend

Says hello to everyone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What Is Hello Friend?

Says hello to anyone hello-friend

How To Install It?

Run this command in your command line:

 $ npm install Hello-Friend

How To Use It In Your Project?

For using Hello-Friend in your project:

    const helloFriend = require('hello-friend');
    hello('John Doe'); // => Hello John Doe

When you pass a number to parameter:

    const helloFriend = require('hello-friend);
    hello(123); // => I only say hi to strings

Or if you pass nothing to parameter:

    const helloFriend = require('hello-friend);
    hello(''); // => Person should have a name
    //-----------------------------------------
    hello(); // => Person should have a name

About

Says hello to everyone

License:MIT License


Languages

Language:JavaScript 100.0%