@lppjunior/pattern-js

1.3.1 • Public • Published

@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

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

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

/@lppjunior/pattern-js/

    Package Sidebar

    Install

    npm i @lppjunior/pattern-js

    Weekly Downloads

    0

    Version

    1.3.1

    License

    ISC

    Unpacked Size

    54.3 kB

    Total Files

    39

    Last publish

    Collaborators

    • lppjunior