Package Exports
- esdsl
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (esdsl) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
EventStorming.Graph DSL
A DSL Parser for EventStorming.Graph, to converter ddd file to JSON
ddd file example:
domain: 库存子域
aggregate: 库存
event: 库存已增加
event: 库存已恢复
event: 库存已扣减
event: 库存已锁定
command: 编辑库存
aggregate: 商品
event: 商品已创建
command: 添加商品MIT
© 2017 A Phodal Huang's Idea. This code is distributed under the MIT license. See LICENSE in this directory.