API Reference
loadConfig
Loads configuration from a specified file.
### Parameters
| Name | Type | Description |
|------|------|-------------|
| `configFilePath` | `string` | The path to the configuration file. |
### Returns
**Type:** `object`
- The parsed configuration object.
loadLogo
Reads the ASCII logo from the logo.txt file.
### Returns
**Type:** `string`
- The ASCII logo.
getLastModifiedDate
Gets the last modified date of a specified file.
### Parameters
| Name | Type | Description |
|------|------|-------------|
| `filePath` | `string` | The path to the file. |
### Returns
**Type:** `string`
- The last modified date in YYYY-MM-DD format.
