Skip to content

Bukunmikuti/Hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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. πŸ‘

About

Hello says hello! πŸ‘‹

Resources

License

Stars

Watchers

Forks

Packages

No packages published