Bioruebe / Bio.cs

Bioruebe's standard library, C# edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BioLib (Bio.cs)

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.

Installation

Install the package Bioruebe.BioLib with NuGet.

Library functions

  • 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

About

Bioruebe's standard library, C# edition

License:MIT License


Languages

Language:C# 100.0%