Skip to content

A collection of diverse low-dependency libraries

Notifications You must be signed in to change notification settings

phkiener/Swallow

Repository files navigation

Swallow

A collection of low-dependency packages joined together in a monorepo for my personal convenience. In actual usage, they are completely independent. Mostly infrastructure (MSBuild setup, pipelines, assets, ...) are shared between the different projects.

Projects

Project Description Status
Swallow.Validation Object validation and assertions, not for testing but for production code. Swallow.Validation
Swallow.Refactor Automatic refactoring and other Roslyn-shenanigans Swallow.Refactor
Swallow.ChainOfInjection DI registration for chains of decorators Swallow.ChainOfInjection
Swallow.TaskRunner Repository-based shortcuts for common CLI tasks, much like deno task or similar toolchains Swallow.TaskRunner
Swallow.Localization Localization management on the console... and maybe some more cool stuff Still experimenting
Swallow.Charts Statically rendered charts as Blazor components Still experimenting
Swallow.Console Command line argument parser... and maybe even more Still experimenting