@ddd-tool/domain-designer-cli 0.1.0-beta.0 → 0.1.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -43,6 +43,8 @@ pnpm i @ddd-tool/domain-designer-cli@latest -g
43
43
  在已有的工作空间中执行命令
44
44
 
45
45
  ```bash
46
+ bunx domain-designer-cli update
47
+ # or
46
48
  domain-designer-cli update
47
49
  ```
48
50
 
@@ -53,6 +55,8 @@ domain-designer-cli update
53
55
  在一个空文件夹中执行命令
54
56
 
55
57
  ```bash
58
+ bunx domain-designer-cli init
59
+ # or
56
60
  domain-designer-cli init
57
61
  ```
58
62
 
@@ -118,6 +122,36 @@ domain-designer-cli init
118
122
  - 例如:代码生成功能可以做,且这个功能应开始于减负,结束于减负:它的目标就是让我们在初次落地时少写一点样板代码,假如这个样板代码不太准确,我们可以先手动调整,然后在不增加领域建模负担的前提下慢慢优化功能。
119
123
  这个代码生成功能绝不会是“低代码”,否则这将要求领域设计工作的复杂度与完备性将与目标编程语言的实现相近,最大的问题是,假如是低代码理念,当落地代码需要有某些调整(非领域设计问题),我们又要回过头担忧怎么改设计了,这实质上是一种返工。最终浪费的时间将远超样板代码方面节省的时间。一个好的工具应该让使用者顺利在自己应有的工作流程中一步步走下去,而不是制造麻烦。
120
124
 
125
+ ## TODO list
126
+
127
+ - [ ] 多端适配
128
+
129
+ - [x] Windows
130
+
131
+ - [ ] Linux
132
+
133
+ - [ ] Mac
134
+
135
+ - [x] 代码生成功能
136
+
137
+ - [x] csharp
138
+
139
+ - [x] go
140
+
141
+ - [x] java
142
+
143
+ - [x] kotlin
144
+
145
+ - [x] 图形化展示
146
+
147
+ - [x] 事件风暴 uml
148
+
149
+ - [x] 用户故事
150
+
151
+ - [x] 工作流动画
152
+
153
+ - [x] 完备性分析
154
+
121
155
  ## License
122
156
 
123
157
  This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.