Utilities

Templates

We store templates in the /templates folder, then we can pull from that repo using the GitHub URL and use it in other repos I am working on.


copy_template

 copy_template (tmp:str, file:str, append:bool=False)

Copies a template from the templates directory


copy_directory

 copy_directory (template_dir:str, destination_dir:str)

Copies a directory from the template directory


merge_yaml

 merge_yaml (template_yaml:str, destination_yaml:str)

Merges in a YAML file into another yaml