kiwifylabs
-
- 282 total downloads
- last updated 5/28/2026
- Latest version: 1.0.0
Terminal output infrastructure for .NET CLI tools. Provides IOutput semantic channels, ANSI-aware styled console output, TextPrompt with type conversion and validation, ConsoleProgressBar, and... More information -
- 206 total downloads
- last updated 5/28/2026
- Latest version: 1.0.0
Argument parsing and command routing for .NET CLI tools. Defines commands as plain C# classes, binds options via expression selectors, validates cross-property constraints with typed rule builders, and routes... More information -
- 123 total downloads
- last updated 5/6/2026
- Latest version: 1.0.0
Attribute-driven configuration binding for .NET. Declare what your configuration looks like - in code, next to the code that uses it - and let the library do the binding. Configuration errors fail at startup,... More information -
- 111 total downloads
- last updated 5/28/2026
- Latest version: 1.0.0
Structured data rendering for .NET CLI and automation tools. Converts JSON, typed objects, and programmatic row sets into formatted tables in terminal text, HTML, and RTF from a single call chain. Includes JSON... More information -
- 105 total downloads
- last updated 5/28/2026
- Latest version: 1.0.0
Bridges Kiwi CLI parsed command values into the standard Microsoft.Extensions.Configuration pipeline. Command-line options flow into IConfiguration alongside JSON files, environment variables, and other... More information -
- 106 total downloads
- last updated 5/28/2026
- Latest version: 1.0.0
Attribute-based command definition for Kiwi CLI. Decorate plain C# classes with [CliCommand], [CliOption], and validation attributes and let CommandLoader build Command<T> objects automatically - no manual... More information -
- 105 total downloads
- last updated 5/28/2026
- Latest version: 1.0.0
Wires a standard IServiceProvider into Kiwi CLI command activation. ServiceProviderCommandResolver resolves command objects via dependency injection at handler invocation time, keeping the parsing and... More information -
- 101 total downloads
- last updated 5/6/2026
- Latest version: 1.0.0
Attribute-driven dependency injection for .NET. Replace scattered AddScoped/AddSingleton startup code with attributes that live next to the classes they describe - registration, conditional activation, and... More information