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! π
npm install @bukunmikuti/hello
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
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
How about we have a thousand ways of saying hello!
Please go ahead β make a contribution if you will. π