https://github.com/phodal/stepping
Stepping - a tools for code design, event storming, domain model generate.
https://github.com/phodal/stepping
ddd domain-driven-design domain-event event-storming eventstorming
Last synced: 2 months ago
JSON representation
Stepping - a tools for code design, event storming, domain model generate.
- Host: GitHub
- URL: https://github.com/phodal/stepping
- Owner: phodal
- License: other
- Created: 2017-03-20T14:13:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T11:50:32.000Z (over 7 years ago)
- Last Synced: 2025-04-16T05:35:59.056Z (3 months ago)
- Topics: ddd, domain-driven-design, domain-event, event-storming, eventstorming
- Language: TypeScript
- Homepage: http://stepping.tech/
- Size: 505 KB
- Stars: 68
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Stepping - write a dsl, run on any framework.
[](https://github.com/phodal/markdown-improve)
> Stepping a tools for code design, event storming, domain model generate.
Usage
---1.Install
```
yarn global add stepping
```or
```
npm install -g stepping
```2.Run
```
stepping -i FILE_NAME
```example ``stepping`` file: ``ddd.ing``
```
domain: 库存子域
aggregate: 库存
event: 库存已增加
event: 库存已恢复
event: 库存已扣减
event: 库存已锁定
command: 编辑库存aggregate: 商品
event: 商品已创建
command: 添加商品domain: 订单子域
aggregate: 订单
event: 订单已创建
event: 订单已支付
event: 订单已撤销
event: 订单已投拆
command: 提交订单
command: 提交投诉
```Result:

create demo app with Django & Angular 2
```
...detail: 商品
model: product
- id: int (long, md5)
- name: string (64)
- number: string (64)
- manufacturers: string (128)
```Thanks
---DSL Design

DSL to aggregate event

TypeScript DDD Base: [https://github.com/yaakaito/typescript-dddbase](https://github.com/yaakaito/typescript-dddbase)
Springy: [https://github.com/dhotson/springy](https://github.com/dhotson/springy)
Jison: [https://github.com/zaach/jison](https://github.com/zaach/jison)
js-sequence-diagrams: [https://bramp.github.io/js-sequence-diagrams/](https://bramp.github.io/js-sequence-diagrams/)
[Handbook of Graph Drawing and Visualization](https://cs.brown.edu/~rt/gdhandbook/)
License
---[](http://ideas.phodal.com/)
© 2017 A [Phodal Huang](https://www.phodal.com)'s [Idea](http://github.com/phodal/ideas). This code is distributed under the MIT license. See `LICENSE` in this directory.
[待我代码编成,娶你为妻可好](http://www.xuntayizhan.com/blog/ji-ke-ai-qing-zhi-er-shi-dai-wo-dai-ma-bian-cheng-qu-ni-wei-qi-ke-hao-wan/)