Initialize Branding Config
brand_init.Rd
Initializes the branding by creating a config.yml file with the remote and local file paths, and a placeholder _brand.yml file.
Details
This function is intended to be run once to set up the configuration for branding file management.
Examples
brand_init()
#> Checking remote version...
#> The local file is different from the remote file.
#> 1: Overwrite the local file with the remote file
#> 2: Overwrite the local file with the remote file and save a backup to bak_brand.yml
#> 3: Do nothing
#>
#> Please Select an option: (1/2/3):
#>
#> config.yml created with remote and local file paths. Initial _brand.yml created.