Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.22 KB

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.