Version 0.3.6 (December 10, 2024)
Additions
-
Command Parameters with
--help
:
Introduced parameter options with a comprehensive--help
command, allowing users to explore all available CLI commands and their usage. -
create
Command:
Added a newcreate
command to initialize a new CMMV project. This command provides various customization options, enabling developers to tailor their project structure and dependencies during initialization. -
module
Command:
Implemented themodule
command for creating new CMMV modules. The generated module includes a complete base structure with configuration and build setup, simplifying module development. -
contract
Command:
Added thecontract
command to streamline the creation of new contracts via the CLI. This feature automates the setup and integration of contracts into a CMMV project.
Improvements
- Enhanced user experience through streamlined command execution and additional customization options during project and module creation.
This release significantly expands the capabilities of the CMMV CLI, empowering developers with tools to efficiently create and manage CMMV projects, modules, and contracts.