SYSTEM_CORE // PROJECTS // SIMPLE-CLI.md

Simple CLI

A C# library utilizing Source Generators to create command line application developed for NativeAOT compatibility and DX as a first class citizen.

2026-07-26T00:00:00.000Z C#Source GenerationCLINativeAOT

Building Kofoten.SimpleCLI

I needed a command line application that could be compiled NativeAOT and none of the options on the marked either could not or was a do everything tool. I wanted to have a simple way to create command line applications with a few basic features like help in a way that does not get in the way of the developer.