# Functions
ConvertToCamelCase converts a string to CamelCase.
ConvertToKebabCase converts a string to kebab-case.
ConvertToPascalCase converts a string to PascalCase.
ConvertToSnakeCase converts a string to snake_case.
No description provided by the author
GenerateSecret generates a 16-byte hexadecimal secret.
Generate64BitSecret generates an 8-byte (64-bit) hexadecimal secret.
No description provided by the author
No description provided by the author
JoinPath joins strings into a path using the OS separator.
LowerFirst converts the first letter of a string to lower case.
No description provided by the author
readConfig reads and parses the YAML configuration file.
ReadEnvValue reads a value from a specified .env file.
readFile reads the content of a file.
readJSON reads and parses the JSON data file.
No description provided by the author
No description provided by the author