0.0.3 • Published 9 months ago
@cb-ashwin/greet-user v0.0.3
Greet
Welcome to the Greet project! This package provides a simple way to generate greeting messages.
Features
- Generate greetings message
- Easy to use API
Installation
To install the package, use the following command:
npm install greetUsage
Here is an example of how to use the Greet package:
const greet = require('greet');
// Generate a greeting in English
console.log(greet('en')); // Output: Hello!
// Generate a greeting in Spanish
console.log(greet('es')); // Output: ¡Hola!Contributing
We welcome contributions!
Contact
For any questions or suggestions, please open an issue.