Skip to content

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

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages