1.0.1 • Published 11 months ago

@mohammed000/my-greeting v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

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!
1.0.1

11 months ago

1.0.0

11 months ago