0.0.4 • Published 5 months ago

@andilv/hello-world v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

hello-world

A simple hello world library for npm publishing demo

Installation

npm install @andilv/hello-world

Usage

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

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

6 months ago