AutoPipe
                                
                                
                                
                                    AutoPipe copied to clipboard
                            
                            
                            
                        Previously known as Pipelines.Net. AutoPipe is a package that allows to encapsulate each peace of logic into one processor and then combine all those processors into pipeline.
AutoPipe
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 :

or powershell console:
PM> Install-Package AutoPipe
Jump Start
Create an AutoProcessor and start writing your code:

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

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 [email protected] or fill in the form.