A helper library used in most of my C# projects.
The main purpose of this library is speeding up the development of command line applications by providing functions for common tasks, as well as ensuring consistency in terms of UX.
Install the package Bioruebe.BioLib with NuGet.
- Command line interface helpers: prompts, progress display, functions for common tasks
- File I/O:
- Automatic overwrite prompts
- Path validation
- Working with binary data and streams: pattern search, copy, split, dump to file
- Logging: pretty console outputs for many file types