0.1.8 • Published 3 years ago

@polmeric/kale v0.1.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Kale

Simple CQRS and Event Sourcing without requiring a specific framework. This is based on nestjs cqrs modules found here but without the dependency on nestjs. Dependency injection has also been abstracted so that any DI system can be used. See tests for more information.

Disclaimer: This project is fairly new and is NOT RECOMMENDED FOR PRODUCTION if you would like a production solution please look into frameworks that provide the overall solution such use wolkenkit or

Summary

Getting Started

Installing

To install:

yarn add @awanyoike/kale

Running the tests

In order to run the tests simply run

jest

Versioning

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

Authors