@bukunmikuti/hello
v1.1.1
Published
Say Hello ๐
Downloads
3
Maintainers
Readme
Hello
Hello says hello! ๐
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. ๐