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