Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Add GitHub topic [`csharp-sourcegenerator`](https://github.com/topics/csharp-sou
- [ConsoleAppFramework](https://github.com/Cysharp/ConsoleAppFramework) - ![stars](https://img.shields.io/github/stars/Cysharp/ConsoleAppFramework?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/Cysharp/ConsoleAppFramework?style=flat-square&cacheSeconds=86400) - Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.
- [docopt.net](https://github.com/docopt/docopt.net) - ![stars](https://img.shields.io/github/stars/docopt/docopt.net?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/docopt/docopt.net?style=flat-square&cacheSeconds=86400) generates C# source code that parses command-line arguments into a strong-typed arguments class (also generated), given _just_ the [POSIX-style usage in plain text](http://docopt.org/) as part of the CLI. In other words, write the help message for your program and get the entire parser generated for free!
- [Figgle](https://github.com/drewnoakes/figgle) - ![stars](https://img.shields.io/github/stars/drewnoakes/figgle?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/drewnoakes/figgle?style=flat-square&cacheSeconds=86400) - Generate ASCII banner text at compile time (or run time) using figlet fonts.
- [DotMake Command-Line](https://github.com/dotmake-build/command-line) - ![stars](https://img.shields.io/github/stars/dotmake-build/command-line?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/dotmake-build/command-line?style=flat-square&cacheSeconds=86400) - Declarative syntax for System.CommandLine via attributes for easy, fast, strongly-typed (no reflection) usage. Includes a source generator which automagically converts your classes to CLI commands and properties to CLI options or CLI arguments.

### Mappers

Expand Down