Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.4 KB

README.md

File metadata and controls

50 lines (42 loc) · 1.4 KB

Hello

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

GitHub package.json version npm

Note: This library is not intended to have a formal use. It was created solely for learning and experimental purposes (Github-NPM workflows).
Nevertheless, it says hello quite alright! 😀

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. 👏