/// A macro for generating ASCII art from text.
/// The `directory_macros` module contains macros related to directory
/// operations.
/// The `file_macros` module contains macros related to file operations.
/// The `generator_macros` module contains macros related to generating
/// templates from JSON, YAML, and CSV files, and custom logging functionality.
/// The `log_macros` module contains macros related to logging messages at various log levels and formats.
/// The `utility_macros` module contains utility macros for common tasks such as
/// replacing placeholders in a line with values from parameters.