@mohammed000/my-greeting
v1.0.1
Published
greeting name
Downloads
120
Readme
My Greeting Module
A simple module that generates a greeting message.
Installation
To install this module, use npm:
npm install @mohammed000/my-greeting
### Usage
// Import the module
const greet = require('@mohammed000/my-greeting');
// Use the module
console.log(greet('Alice')); // Outputs: Hello, Alice! Welcome to the Node.js world!