https://github.com/davidvollmers/pipes
Simplify complex processes by building pipes from small, reusable code units.
https://github.com/davidvollmers/pipes
csharp pipes
Last synced: over 1 year ago
JSON representation
Simplify complex processes by building pipes from small, reusable code units.
- Host: GitHub
- URL: https://github.com/davidvollmers/pipes
- Owner: DavidVollmers
- License: mit
- Created: 2023-02-28T05:56:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T15:58:32.000Z (over 3 years ago)
- Last Synced: 2025-02-02T03:41:25.187Z (over 1 year ago)
- Topics: csharp, pipes
- Language: C#
- Homepage:
- Size: 445 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pipes
[](https://www.nuget.org/packages/DavidVollmers.Pipes)
[](https://github.com/DavidVollmers/Pipes/releases)
[](https://github.com/DavidVollmers/Pipes/blob/main/LICENSE.txt)
> Simplify complex processes by building pipes from small code units.
## Installation
```shell
dotnet add package DavidVollmers.Pipes
```
Visit [nuget.org](https://www.nuget.org/packages/DavidVollmers.Pipes) for more information.