Skip to main content

Module create

Module create 

Source
Expand description

Create new modules/changes and initial scaffolding. Creation helpers for modules and changes.

This module contains the filesystem operations behind ito create module and ito create change.

Functions here are designed to be called by the CLI layer and return structured results suitable for JSON output.

Structs§

CreateChangeResult
Result of creating a change.
CreateModuleResult
Result of creating (or resolving) a module.
CreateSubModuleResult
Result of creating a sub-module.

Enums§

CreateError
Errors that can occur while creating modules or changes.

Functions§

create_change
Create a new change directory and update the module’s module.md checklist.
create_change_in_sub_module
Create a new change scoped to a sub-module.
create_module
Create (or resolve) a module by name.
create_sub_module
Create a new sub-module directory under an existing parent module.