@agrippa-io/node-usecase
TypeScript icon, indicating that this package has built-in type declarations

1.0.3-beta.5 • Public • Published

UseCases

The UseCases library is used to create re-usable actions that represent executing the logic for carrying out operations specific to a UseCase . Included in the library are UseCaseChain and UseCaseParallel used to execute UseCases in Series or Parallel.

UseCase (Base Class)

UseCase is a Base Class that should be extended to implement actions in your API. A UseCase can have a number of UseCases as children and follow the Single Responsibity design-pattern.

UseCase - Single

UseCase - With Child UseCases

UseCaseChain

UseCaseParallel

Readme

Keywords

Package Sidebar

Install

npm i @agrippa-io/node-usecase

Weekly Downloads

11

Version

1.0.3-beta.5

License

MIT

Unpacked Size

21.7 kB

Total Files

21

Last publish

Collaborators

  • mattvalli