1.0.3 • Published 11 months ago

greetinger v1.0.3

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

Greetinger 🚀

A simple JavaScript plugin that provides methods to greet the world!

Installation

You can install the greetinger plugin with npm:

npm install greetinger

Usage

After you've installed the plugin, you can use it in your JavaScript files:

// Import the Greetinger class from the plugin
const Greetinger = require('greetinger');

// Create a new instance of Greetinger
const greeter = new Greetinger();

// Use the methods of Greetinger
console.log(greeter.sayHello()); // Outputs: Hello, world!
console.log(greeter.sayHi()); // Outputs: Hi, world!

Contributing

We appreciate contributions! If you'd like to contribute, feel free to open a pull request.

License

greetinger is MIT licensed.

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago