chore: update readme with a better description

This commit is contained in:
Louis Seubert 2024-05-10 22:16:55 +02:00
parent d3bd04fe39
commit f6e7b36303
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD

View file

@ -1,9 +1,15 @@
# `Geekeey.Extensions.Process`
Process is a .NET library for interacting with external command-line interfaces. It provides a convenient model for
launching processes, redirecting input and output streams, awaiting completion, handling cancellation, and more.
## Features
## Getting Started
- **Input and Output redirection:** flexible piping model, that allows to redirect the process's streams.
- **Immutability:** The `Command` object is immutable, ensuring thread safely and allowing sharing of a base
configuration.
## Getting Started
### Install the NuGet package: