1.0.0 • Published 2 months ago

geraipa v1.0.0

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

Geraipa

A simple Geraipa module for greeting.

Installation

You can install Geraipa via npm:

npm install geraipa

Usage

const Geraipa = require('geraipa');

// Create a new instance of Geraipa
const geraipa = new Geraipa('World');

// Call the greet method
geraipa.greet(); // Output: Hello, World!

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you find a bug or want to propose a new feature.

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.0

2 months ago