ddd_pod_cli 1.0.1
ddd_pod_cli: ^1.0.1 copied to clipboard
A robust Dart CLI tool that scaffolds complete Domain-Driven Design (DDD) Feature-First architecture with Riverpod 2.0, Freezed models, fpdart Either, and full DIO data-source layers — from a single J [...]
Changelog #
All notable changes to this project will be documented in this file.
1.0.1 #
- Update package README with comprehensive usage instructions, options, and commands documentation.
1.0.0 #
- Initial release of
ddd_pod_cli. - Support for scaffolding Domain-Driven Design (DDD) Feature-First architecture with Riverpod 2.0.
- Automatic generation of Freezed models, DTOs, and fpdart/DIO data-source layers from JSON configuration or cURL commands.
- Form validation and state scaffolding templates.
- Reusable core models and Riverpod provider auto-wiring.
- Robust parsing, naming collision mitigation, and reserved keyword renaming.