1.3.1 • Published 2 years ago

@lppjunior/pattern-js v1.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@lppjunior/pattern-js

version

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

Install

yarn add @lppjunior/pattern-js

Available Patterns

PatternDescription
MiddlewareThe Middleware standard creates an execution queue where a step has the power to call the next step or interrupt the execution
ObserverThe Observer pattern is powerfull resource to emit and receive notifications
PipelineThe pipeline pattern make a execution queue passing processed result to next step

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Project Updates

See the CHANGELOG for all version update details

References

Here are some documents that can help you:

License

This project is licensed under the MIT License - see the LICENSE file for details

1.3.1

2 years ago