0.0.3 • Published 9 months ago

@cb-ashwin/greet-user v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

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 greet

Usage

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.

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago