Expand description
Output control utilities for MockForge generation
This module provides functionality for:
- Generating barrel/index files
- Applying file extensions and banners
- Customizing file naming patterns
Structs§
- Barrel
Generator - Generate barrel/index files for a directory structure
- File
Naming Context - Context for file naming templates extracted from OpenAPI spec
- Generated
File - Represents a generated file with metadata
Functions§
- apply_
banner - Apply banner to file content
- apply_
extension - Apply file extension override
- apply_
file_ naming_ template - Apply file naming template
- build_
file_ naming_ context - Build file naming context from OpenAPI specification
- process_
generated_ file - Process generated files with output control options