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§
- Create
Change Result - Result of creating a change.
- Create
Module Result - Result of creating (or resolving) a module.
- Create
SubModule Result - Result of creating a sub-module.
Enums§
- Create
Error - Errors that can occur while creating modules or changes.
Functions§
- create_
change - Create a new change directory and update the module’s
module.mdchecklist. - 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.