Pattern js was created to supply the need to centralize all types of patterns that i will use in my projects.
See many characteristics of this library:
- All pattern hav 100% coverage unity tests and confiability.
- Use 100% native javascript to write this code
yarn add @lppjunior/pattern-js
Pattern | Description |
---|---|
Middleware | The Middleware standard creates an execution queue where a step has the power to call the next step or interrupt the execution |
Observer | The Observer pattern is powerfull resource to emit and receive notifications |
Pipeline | The pipeline pattern make a execution queue passing processed result to next step |
We use SemVer for versioning. For the versions available, see the tags on this repository.
See the CHANGELOG for all version update details
Here are some documents that can help you:
This project is licensed under the MIT License - see the LICENSE file for details