An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Pipes

[![](https://img.shields.io/nuget/vpre/DavidVollmers.Pipes?style=flat-square)](https://www.nuget.org/packages/DavidVollmers.Pipes)
[![](https://img.shields.io/github/v/release/DavidVollmers/Pipes?include_prereleases&style=flat-square)](https://github.com/DavidVollmers/Pipes/releases)
[![](https://img.shields.io/github/license/DavidVollmers/Pipes?style=flat-square)](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.