A simple command-line interface (CLI) application built with Go to greet users! 🎉
✨ Personalized greetings with the user's name.
👉 Easy-to-use CLI interface.
-
Installation:
- Clone this repository.
-
Build:
- Run
go buildto build the application.
- Run
-
Usage:
- Run
./go-greeting-app-cli greetto get a default greeting. - Run
./go-greeting-app-cli greet --name Aliceto greet with a personalized message.
- Run
Contributions are always welcome! 😄 Feel free to open issues or submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details. 📝