0.0.4 • Published 5 months ago
@andilv/hello-world v0.0.4
hello-world
A simple hello world library for npm publishing demo
Installation
npm install @andilv/hello-worldUsage
const myLib = require('@andilv/hello-world');
console.log(myLib.greet()); // Output: Hello, World!
console.log(myLib.greet("Alice")); // Output: Hello, Alice!
console.log(myLib.greetLoudly("Bob")); // Output: HELLO, BOB!!!License
MIT