Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 726 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 726 Bytes

🚀 Go Greeting App CLI

A simple command-line interface (CLI) application built with Go to greet users! 🎉

Features

✨ Personalized greetings with the user's name.

👉 Easy-to-use CLI interface.

How to Use

  1. Installation:

    • Clone this repository.
  2. Build:

    • Run go build to build the application.
  3. Usage:

    • Run ./go-greeting-app-cli greet to get a default greeting.
    • Run ./go-greeting-app-cli greet --name Alice to greet with a personalized message.

Contribution

Contributions are always welcome! 😄 Feel free to open issues or submit pull requests.

License

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