AWright18.PipeTo

A C# library for creating a fluent pipline of functions.

View on GitHub

Installation

Nuget

Using Nuget https://www.nuget.org/packages/AWright18.PipeTo

From the Package Manager Command Line

From Visual Studio “Manage Packages”

Paket http://fsprojects.github.io/Paket/

You can use the packet add command.

packet add nuget AWright18.PipeTo -i

Or simply add it to your paket.dependencies file by hand.

Then run paket install