1.0.2 • Published 3 months ago

@stone-js/pipeline v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

StoneJS: Pipeline

npm npm npm Maintenance

An implementation based on the Chain of Responsibility (aka CoR) design pattern. In summary; the pipelines take a job, process it, and forward it to the next pipeline.

Table of Contents

Installation

The Pipeline can be installed with both npm and yarn.

# Install with NPM
$ npm i @stone-js/pipeline

# Install with yarn
$ yarn add @stone-js/pipeline

Credits

1.0.2

3 months ago

1.0.1

7 months ago

1.0.0

7 months ago