# Functions
DeleteConfigFile deletes the config file.
GetAbsoluteDirPathOfConfigFile gets the base directory from the configuration file location.
IsConfigFilePresent return whether the config file present or not.
LoadOneBuildConfiguration returns the config from file as struct.
ReadFile returns OneBuildConfiguration file content as string.
WriteConfigFile writes config to the file If there is an error, it will be of type *Error.
# Constants
AfterCommand contains after command definition.
BeforeCommand contains before command definition.
# Variables
OneBuildConfigFileName one global declaration of config file name.
# Structs
OneBuildConfiguration is a representation of yaml configuration as struct.