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.

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_module
Create (or resolve) a module by name.