Skip to content

lacivert/le-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

le-hello πŸ‘‹

Gives you a Hello string with the name you sent, or you if not a name specified.

Install

npm i le-hello

Usage

const hello = require("le-hello");

console.log(hello("lacivert"));
// Hello, lacivert!

// or you can use without a param
console.log(hello());
// Hello, you!

License

WTFPL

About

A simple hello function. Hello, πŸ‘‹!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published