1.0.4 • Published 10 months ago

@agrippa-io/node-usecase v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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

1.0.4

10 months ago

1.0.3-beta.5

3 years ago

1.0.3-beta.4

3 years ago

1.0.3-beta.3

3 years ago

1.0.3-beta.2

3 years ago

1.0.3-beta.1

3 years ago

1.0.3-beta.0

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago