Generates scaffolding for DDD with cqrs-eq and sqlx based on domain aggregate specification.
Reviewed-on: #1 Reviewed-by: Aravinth Manivannan <realaravinth@batsense.net> |
||
|---|---|---|
| example | ||
| templates | ||
| .gitignore | ||
| area.toml | ||
| README.md | ||
| requirements.txt | ||
| rust.py | ||
Generates scaffolding for DDD with cqrs-eq and sqlx based on domain aggregate specification.
See area.toml for example specification file and exapmle/src for the generated output.
USAGE
- Generate code and write to files
python rust.py <spec>.toml w
- Generate code and write to STDOUT only
python rust.py <spec>.toml o