Skip to content

AutoPipe (formerly Pipelines.Net) is a lightweight library for building modular pipelines. It lets you encapsulate each piece of logic in a small, reusable processor, and then compose processors into flexible workflows.

License

Notifications You must be signed in to change notification settings

wittylion/AutoPipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoPipe

NuGet

AutoPipe is a library developed for purpose of composing logical blocks and actions into algorythm.

Installation is quick

Using NuGet package manager source https://api.nuget.org/v3/index.json :

NuGet Installation

or powershell console:

PM> Install-Package AutoPipe

Jump Start

Create an AutoProcessor and start writing your code:

Creating an Autoprocessor

The library knows what you want, it reads the names of the methods and parameters:

Get message

What is this library good for?

  • Writing an expressive code;
  • Flexible extending of the code;
  • Scaling the code;
  • Writing single responsibility blocks.

Documentation

If you want to learn more about any topic of this library, send a message to wittylioncompany@gmail.com or fill in the form.

About

AutoPipe (formerly Pipelines.Net) is a lightweight library for building modular pipelines. It lets you encapsulate each piece of logic in a small, reusable processor, and then compose processors into flexible workflows.

Topics

Resources

License

Stars

Watchers

Forks

Languages