musubix 3.0.16 → 3.1.0
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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,6 +37,12 @@ npx musubix --help
|
|
|
37
37
|
npx musubix init
|
|
38
38
|
npx musubix requirements analyze <file>
|
|
39
39
|
npx musubix design generate <file>
|
|
40
|
+
npx musubix design traceability # REQ↔DES traceability validation (v3.1.0)
|
|
41
|
+
npx musubix codegen generate <file>
|
|
42
|
+
npx musubix codegen status <spec> # Status transition code generation (v3.1.0)
|
|
43
|
+
npx musubix scaffold domain-model <name> # DDD project scaffolding
|
|
44
|
+
npx musubix scaffold domain-model <name> -v "Price,Email" # With Value Objects (v3.1.0)
|
|
45
|
+
npx musubix scaffold domain-model <name> -s "Order,Task" # With status machines (v3.1.0)
|
|
40
46
|
```
|
|
41
47
|
|
|
42
48
|
### Library
|