cardinal_cli 0.3.1
cardinal_cli: ^0.3.1 copied to clipboard
Official CLI tool for bootstrapping and managing Cardinal Framework projects.
0.3.1 #
Updated #
- Updated dependency on
cardinalframework to^0.4.0. - Minor adjustments to templates to reflect framework API changes.
Added #
- Basic tests for
NewCommandandAddCommandto validate project scaffolding and command generation. - Temporary test for
InitCommand(currently marked as pending due to path handling).
Fixed #
- Resolved minor inconsistencies in project generation templates.
0.3.0 #
Added #
- Support for
cardinal.yamlconfiguration file. - Configurable command generation paths and naming conventions.
- Automatic Cardinal project root detection.
- Improved logging powered by
mason_logger.
Fixed #
- Incorrect file generation when running commands outside the project root.
- Project scaffolding issues when using invalid Dart project names.
- Multiple path resolution edge cases during command generation.