1.1.1 • Published 3 years ago

@bukunmikuti/hello v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Hello

Penguin waving hands and saying 'hello' Hello says hello! 👋

Get Started ⚡

NPM

npm install @bukunmikuti/hello

ESM

import Hello from 'https://cdn.skypack.dev/@bukunmikuti/hello';
// OR 
import Hello from 'https://unpkg.com/@bukunmikuti/hello'

You can import from any of your favourite CDNs

Usage

Do not fret! It's so easy to say hello!

let john = new Hello('John');

john.hello(); // "Hello John!"
john.hi(); // "Hi John!"
john.hey(); //"Heyy John!"

john.random(); //random

Contribution

How about we have a thousand ways of saying hello! Please go ahead — make a contribution if you will. 👏