Skip to content

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.

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.

Released under the GPL-3.0 License.