unsuman/greeter — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2025-04-04
Run a command like './greeter hello --lang=hindi' to get a greeting in a specific language.
Build a lightweight version of the app with only one language baked in.
Add a new language as a plugin without modifying the main program.
Study this project as an example of plugin architecture in a Go CLI tool.
| unsuman/greeter | 42wim/fabio | 42wim/go-xmpp | |
|---|---|---|---|
| Language | Go | Go | Go |
| Last pushed | 2025-04-04 | 2018-02-04 | 2020-01-24 |
| Maintenance | Stale | Dormant | Dormant |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 3/5 | 3/5 | 3/5 |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Building with all languages embedded vs. a lightweight build changes what's compiled in.
Greeter is a Go command-line tool that says hello in different languages, using a plugin system so extra languages load on demand instead of bloating the main app.
Mainly Go. The stack also includes Go, gRPC.
Stale — no commits in 1-2 years (last push 2025-04-04).
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.