hello-friend

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i hello-friend

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

2.7 kB

Total Files

4

Last publish

Collaborators

  • urlguney