文件名称:cqrs-with-es:具有为JSTS提供事件来源的CQRS
文件大小:51KB
文件格式:ZIP
更新时间:2024-06-03 01:59:19
TypeScript
cqrs-with-es cqrs-with-es是一个可以帮助您轻松设置CQRS /事件源系统的库 打字稿支持 cqrs-with-es用打字稿编写,因此将始终支持打字稿 如何贡献 随时提交拉取请求,只需提供有关更新内容将发生变化的清晰注释即可。 导致测试失败的请求请求将不被接受。 如何安装 您将需要npm。 然后使用以下命令安装该库 npm install cqrs-with-es --save cqrs 要开始编写自己的Typescript cqrs应用程序,您将需要一个应用程序服务,您需要在该服务中注册命令处理程序和视图 import { ApplicationService , IAmACommandHandler , DomainService , IAmACommand , View , AggregateRoot } from "cqrs-with-es" ; clas
【文件预览】:
cqrs-with-es-master
----preprocessor.js(336B)
----src()
--------services()
--------index.ts(835B)
--------helpers()
--------objects()
--------interfaces()
----.vscode()
--------launch.json(759B)
----.travis.yml(35B)
----tsconfig.json(312B)
----LICENSE(1KB)
----README.md(3KB)
----dist()
--------services()
--------helpers()
--------objects()
--------index.d.ts(867B)
--------interfaces()
--------index.js.map(552B)
--------index.js(1KB)
----tests()
--------services()
--------helpers()
--------objects()
----.gitignore(578B)
----_config.yml(26B)
----package.json(996B)