Tyrrrz/CliFx
Class-first framework for building command-line interfaces observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 95
- Release rhythm 45
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 323
- age_days: 2649
- days_rel: 152
- days_push: 32
- n_releases_24m: 2
Adoption not part of the score
1615 stars · 66 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CliFx is an opinionated, class-first framework for building command-line applications in .NET. It handles argument parsing, command routing, help text generation, and error handling so developers only define commands as classes with attributes.
Use cases
- build a cli application in c#
- parse command-line arguments in dotnet
- generate help text for cli commands automatically
- create nested command hierarchies for a terminal tool
- make a testable console application
- build an aot-compatible command-line tool
When to choose
- you want a complete cli framework rather than just an argument parser
- you prefer declarative class-and-attribute command definitions
- you need auto-generated help, routing, and error handling out of the box
- you target .NET Standard 2.0+ or need Native AOT/trimming support
When to avoid
- you need a low-level argument parser with full manual control
- you're not on the .NET ecosystem
- you dislike opinionated frameworks with implicit conventions
- you object to the project's terms-of-use political statements
Facets
framework · maturity active
cli web-framework routing error-handling developer-tools developer-tools cross-platform dotnet cross-platform cli argument-parsing command-line-interface class-first help-generation nuget csharp command-line
3 sources
- readme: https://github.com/Tyrrrz/CliFx · fetched 2026-08-28 · 6c3739502d26
- homepage: https://nuget.org/packages/CliFx · fetched 2026-08-29 · d9bbc88103fd
- site_page: https://www.nuget.org/policies/About · fetched 2026-08-29 · a113b8a074c9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Tyrrrz/CliFx | main | 78 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem